Html Css Color HEX #B72736 Cardinal

📋 copy color: '#B72736'

red 183 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #B72736

Tints of Cardinal #B72736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 66.3%
G = 14.13%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B72736 (or 0xB72736) is known color: Cardinal. HEX triplet: B7, 27 and 36. RGB value is (183,39,54). Sum of RGB (Red+Green+Blue) = 183+39+54=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B72736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72736 is #48D8C9. Grayscale: #535353. Windows color (decimal): -4774090 or 3549111. OLE color: 3549111.

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

Color convert

RGB 183 39 54 -
CMYK 0 0.79 0.70 0.28
HSL 353.75º 0.65% 0.44% -
HSV(B) 353.75º 0.79% 0.72% -
XYZ 20.92 11.78 4.66 -
YUV 83.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 183 39 54 0 0.79 0.70 0.28 353.75 0.65 0.44
Hex B7 27 36 0 4F 46 1C 162 41 2C
Octal 267 47 66 0 117 106 34 542 101 54
Binary 10110111 100111 110110 0 1001111 1000110 11100 101100010 1000001 101100

Color Harmonies of #B72736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72736

Black with #B72736

Text Example


Text Example

White with #B72736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72736; }

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

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

background-color css

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

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

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

border-color css

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

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

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