Html Css Color HEX #B72027 Cardinal

📋 copy color: '#B72027'

red 183 ◦ green 32 ◦ blue 39

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

Shades of Cardinal #B72027

Tints of Cardinal #B72027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 72.05%
G = 12.6%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B72027 (or 0xB72027) is known color: Cardinal. HEX triplet: B7, 20 and 27. RGB value is (183,32,39). Sum of RGB (Red+Green+Blue) = 183+32+39=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B72027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72027 is #48DFD8. Grayscale: #4E4E4E. Windows color (decimal): -4775897 or 2564279. OLE color: 2564279.

HSL color Cylindrical-coordinate representation of color #B72027: hue angle of 357.22º 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 #B72027 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 39 -
CMYK 0 0.83 0.79 0.28
HSL 357.22º 0.7% 0.42% -
HSV(B) 357.22º 0.83% 0.72% -
XYZ 20.41 11.25 3.01 -
YUV 77.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 183 32 39 0 0.83 0.79 0.28 357.22 0.7 0.42
Hex B7 20 27 0 53 4F 1C 165 46 2A
Octal 267 40 47 0 123 117 34 545 106 52
Binary 10110111 100000 100111 0 1010011 1001111 11100 101100101 1000110 101010

Color Harmonies of #B72027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72027

Black with #B72027

Text Example


Text Example

White with #B72027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72027; }

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

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

background-color css

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

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

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

border-color css

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

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

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