#B71B33

Color #B71B33 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B71B33

Tints of Cardinal #B71B33

Color information

#B71B33 (or 0xB71B33) is unknown color: approx Cardinal. HEX triplet: B7, 1B and 33. RGB value is (183,27,51). Sum of RGB (Red+Green+Blue) = 183+27+51=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B33 is #48E4CC. Grayscale: #4C4C4C. Windows color (decimal): -4777165 or 3349431. OLE color: 3349431.

HSL color Cylindrical-coordinate representation of color #B71B33: hue angle of 350.77º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B33 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1832751-
CMYK00.850.720.28
HSL350.77º74.29%41.18%-
HSV(B)350.77º85.25%71.76%-
XYZ20.5211.094.19-
YUV76.38113.68204.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 70.11%
GREEN value IS 27 (10.94% from 255) = 10.34%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=70.11%
G=10.34%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183275100.850.720.28350.7774.2941.18
HexB71B33055481C15f4a29
Octal267336301251103453711251
Binary1011011111011110011010101011001000111001010111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B33; }

 p { color: rgb(183,27,51); }

 H1.HeaderClassName
 {
   color: #B71B33;
 }
 .AnyTagClassName
 {
   color: #B71B33;
 }
</style>
background-color css

<style>
 a { background-color: #B71B33; }

 a { background-color: rgb(183,27,51); }

 div.DivClassName
 {
   background-color: #B71B33;
 }
 .BgClassName
 {
   background-color: #B71B33;
 }
</style>
border-color css

<style>
 span { border-color: #B71B33; }

 span { border-color: rgb(183,27,51); }

 td.TdClassName
 {
   border-color: #B71B33;
 }
 .TagClassName
 {
   border-color: #B71B33;
 }
</style>