Html Css Color HEX #B71436 Cardinal

📋 copy color: '#B71436'

red 183 ◦ green 20 ◦ blue 54

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

Shades of Cardinal #B71436

Tints of Cardinal #B71436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

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

R = 71.21%
G = 7.78%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B71436 (or 0xB71436) is known color: Cardinal. HEX triplet: B7, 14 and 36. RGB value is (183,20,54). Sum of RGB (Red+Green+Blue) = 183+20+54=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71436 is #48EBC9. Grayscale: #484848. Windows color (decimal): -4778954 or 3544247. OLE color: 3544247.

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

Color convert

RGB 183 20 54 -
CMYK 0 0.89 0.70 0.28
HSL 347.48º 0.8% 0.4% -
HSV(B) 347.48º 0.89% 0.72% -
XYZ 20.44 10.83 4.5 -
YUV 72.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 183 20 54 0 0.89 0.70 0.28 347.48 0.8 0.4
Hex B7 14 36 0 59 46 1C 15B 50 28
Octal 267 24 66 0 131 106 34 533 120 50
Binary 10110111 10100 110110 0 1011001 1000110 11100 101011011 1010000 101000

Color Harmonies of #B71436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71436

Black with #B71436

Text Example


Text Example

White with #B71436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71436; }

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

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

background-color css

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

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

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

border-color css

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

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

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