Html Css Color HEX #B71336 Cardinal

📋 copy color: '#B71336'

red 183 ◦ green 19 ◦ blue 54

#B71336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B71336

Tints of Cardinal #B71336

RGB

 RED value IS 183 (71.88% from 255) = 71.48%

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 71.48%
G = 7.42%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B71336 (or 0xB71336) is known color: Cardinal. HEX triplet: B7, 13 and 36. RGB value is (183,19,54). Sum of RGB (Red+Green+Blue) = 183+19+54=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71336 is #48ECC9. Grayscale: #484848. Windows color (decimal): -4779210 or 3543991. OLE color: 3543991.

HSL color Cylindrical-coordinate representation of color #B71336: hue angle of 347.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71336 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 54 -
CMYK 0 0.90 0.70 0.28
HSL 347.2º 0.81% 0.4% -
HSV(B) 347.2º 0.9% 0.72% -
XYZ 20.43 10.8 4.5 -
YUV 72.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 183 19 54 0 0.90 0.70 0.28 347.2 0.81 0.4
Hex B7 13 36 0 5A 46 1C 15B 51 28
Octal 267 23 66 0 132 106 34 533 121 50
Binary 10110111 10011 110110 0 1011010 1000110 11100 101011011 1010001 101000

Color Harmonies of #B71336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71336

Black with #B71336

Text Example


Text Example

White with #B71336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71336; }

 p { color: rgb(183,19,54); }

 H1.HeaderClassName
 {
   color: #B71336;
 }
 .AnyTagClassName
 {
   color: #B71336;
 }
</style>

background-color css

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

 a { background-color: rgb(183,19,54); }

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

border-color css

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

 span { border-color: rgb(183,19,54); }

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