Html Css Color HEX #B72433 Cardinal

📋 copy color: '#B72433'

red 183 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #B72433

Tints of Cardinal #B72433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 67.78%
G = 13.33%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B72433 (or 0xB72433) is known color: Cardinal. HEX triplet: B7, 24 and 33. RGB value is (183,36,51). Sum of RGB (Red+Green+Blue) = 183+36+51=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72433 is #48DBCC. Grayscale: #515151. Windows color (decimal): -4774861 or 3351735. OLE color: 3351735.

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

Color convert

RGB 183 36 51 -
CMYK 0 0.80 0.72 0.28
HSL 353.88º 0.67% 0.43% -
HSV(B) 353.88º 0.8% 0.72% -
XYZ 20.76 11.57 4.27 -
YUV 81.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 183 36 51 0 0.80 0.72 0.28 353.88 0.67 0.43
Hex B7 24 33 0 50 48 1C 162 43 2B
Octal 267 44 63 0 120 110 34 542 103 53
Binary 10110111 100100 110011 0 1010000 1001000 11100 101100010 1000011 101011

Color Harmonies of #B72433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72433

Black with #B72433

Text Example


Text Example

White with #B72433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72433; }

 p { color: rgb(183,36,51); }

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

background-color css

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

 a { background-color: rgb(183,36,51); }

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

border-color css

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

 span { border-color: rgb(183,36,51); }

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