Html Css Color HEX #B72034 Cardinal

📋 copy color: '#B72034'

red 183 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #B72034

Tints of Cardinal #B72034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 68.54%
G = 11.99%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B72034 (or 0xB72034) is known color: Cardinal. HEX triplet: B7, 20 and 34. RGB value is (183,32,52). Sum of RGB (Red+Green+Blue) = 183+32+52=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B72034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72034 is #48DFCB. Grayscale: #4F4F4F. Windows color (decimal): -4775884 or 3416247. OLE color: 3416247.

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

Color convert

RGB 183 32 52 -
CMYK 0 0.83 0.72 0.28
HSL 352.05º 0.7% 0.42% -
HSV(B) 352.05º 0.83% 0.72% -
XYZ 20.66 11.35 4.35 -
YUV 79.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 183 32 52 0 0.83 0.72 0.28 352.05 0.7 0.42
Hex B7 20 34 0 53 48 1C 160 46 2A
Octal 267 40 64 0 123 110 34 540 106 52
Binary 10110111 100000 110100 0 1010011 1001000 11100 101100000 1000110 101010

Color Harmonies of #B72034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72034

Black with #B72034

Text Example


Text Example

White with #B72034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72034; }

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

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

background-color css

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

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

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

border-color css

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

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

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