Html Css Color HEX #B72337 Cardinal

📋 copy color: '#B72337'

red 183 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #B72337

Tints of Cardinal #B72337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 67.03%
G = 12.82%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B72337 (or 0xB72337) is known color: Cardinal. HEX triplet: B7, 23 and 37. RGB value is (183,35,55). Sum of RGB (Red+Green+Blue) = 183+35+55=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B72337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72337 is #48DCC8. Grayscale: #515151. Windows color (decimal): -4775113 or 3613623. OLE color: 3613623.

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

Color convert

RGB 183 35 55 -
CMYK 0 0.81 0.70 0.28
HSL 351.89º 0.68% 0.43% -
HSV(B) 351.89º 0.81% 0.72% -
XYZ 20.82 11.55 4.75 -
YUV 81.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 183 35 55 0 0.81 0.70 0.28 351.89 0.68 0.43
Hex B7 23 37 0 51 46 1C 160 44 2B
Octal 267 43 67 0 121 106 34 540 104 53
Binary 10110111 100011 110111 0 1010001 1000110 11100 101100000 1000100 101011

Color Harmonies of #B72337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72337

Black with #B72337

Text Example


Text Example

White with #B72337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72337; }

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

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

background-color css

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

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

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

border-color css

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

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

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