Html Css Color HEX #B72031 Cardinal

📋 copy color: '#B72031'

red 183 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #B72031

Tints of Cardinal #B72031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 69.32%
G = 12.12%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72031 (or 0xB72031) is known color: Cardinal. HEX triplet: B7, 20 and 31. RGB value is (183,32,49). Sum of RGB (Red+Green+Blue) = 183+32+49=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B72031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72031 is #48DFCE. Grayscale: #4F4F4F. Windows color (decimal): -4775887 or 3219639. OLE color: 3219639.

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

Color convert

RGB 183 32 49 -
CMYK 0 0.83 0.73 0.28
HSL 353.25º 0.7% 0.42% -
HSV(B) 353.25º 0.83% 0.72% -
XYZ 20.6 11.32 4.01 -
YUV 79.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 183 32 49 0 0.83 0.73 0.28 353.25 0.7 0.42
Hex B7 20 31 0 53 49 1C 161 46 2A
Octal 267 40 61 0 123 111 34 541 106 52
Binary 10110111 100000 110001 0 1010011 1001001 11100 101100001 1000110 101010

Color Harmonies of #B72031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72031

Black with #B72031

Text Example


Text Example

White with #B72031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72031; }

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

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

background-color css

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

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

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

border-color css

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

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

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