Html Css Color HEX #B72137 Cardinal

📋 copy color: '#B72137'

red 183 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #B72137

Tints of Cardinal #B72137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 67.53%
G = 12.18%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B72137 (or 0xB72137) is known color: Cardinal. HEX triplet: B7, 21 and 37. RGB value is (183,33,55). Sum of RGB (Red+Green+Blue) = 183+33+55=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72137 is #48DEC8. Grayscale: #505050. Windows color (decimal): -4775625 or 3613111. OLE color: 3613111.

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

Color convert

RGB 183 33 55 -
CMYK 0 0.82 0.70 0.28
HSL 351.2º 0.69% 0.42% -
HSV(B) 351.2º 0.82% 0.72% -
XYZ 20.76 11.43 4.73 -
YUV 80.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 183 33 55 0 0.82 0.70 0.28 351.2 0.69 0.42
Hex B7 21 37 0 52 46 1C 15F 45 2A
Octal 267 41 67 0 122 106 34 537 105 52
Binary 10110111 100001 110111 0 1010010 1000110 11100 101011111 1000101 101010

Color Harmonies of #B72137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72137

Black with #B72137

Text Example


Text Example

White with #B72137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72137; }

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

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

background-color css

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

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

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

border-color css

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

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

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