Html Css Color HEX #B72037 Cardinal

📋 copy color: '#B72037'

red 183 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #B72037

Tints of Cardinal #B72037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 67.78%
G = 11.85%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B72037 (or 0xB72037) is known color: Cardinal. HEX triplet: B7, 20 and 37. RGB value is (183,32,55). Sum of RGB (Red+Green+Blue) = 183+32+55=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72037 is #48DFC8. Grayscale: #4F4F4F. Windows color (decimal): -4775881 or 3612855. OLE color: 3612855.

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

Color convert

RGB 183 32 55 -
CMYK 0 0.83 0.70 0.28
HSL 350.86º 0.7% 0.42% -
HSV(B) 350.86º 0.83% 0.72% -
XYZ 20.73 11.38 4.72 -
YUV 79.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 183 32 55 0 0.83 0.70 0.28 350.86 0.7 0.42
Hex B7 20 37 0 53 46 1C 15F 46 2A
Octal 267 40 67 0 123 106 34 537 106 52
Binary 10110111 100000 110111 0 1010011 1000110 11100 101011111 1000110 101010

Color Harmonies of #B72037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72037

Black with #B72037

Text Example


Text Example

White with #B72037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72037; }

 p { color: rgb(183,32,55); }

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

background-color css

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

 a { background-color: rgb(183,32,55); }

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

border-color css

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

 span { border-color: rgb(183,32,55); }

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