Html Css Color HEX #B72044 Cardinal

📋 copy color: '#B72044'

red 183 ◦ green 32 ◦ blue 68

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

Shades of Cardinal #B72044

Tints of Cardinal #B72044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 64.66%
G = 11.31%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72044 (or 0xB72044) is known color: Cardinal. HEX triplet: B7, 20 and 44. RGB value is (183,32,68). Sum of RGB (Red+Green+Blue) = 183+32+68=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B72044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72044 is #48DFBB. Grayscale: #515151. Windows color (decimal): -4775868 or 4464823. OLE color: 4464823.

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

Color convert

RGB 183 32 68 -
CMYK 0 0.83 0.63 0.28
HSL 345.7º 0.7% 0.42% -
HSV(B) 345.7º 0.83% 0.72% -
XYZ 21.09 11.52 6.58 -
YUV 81.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 183 32 68 0 0.83 0.63 0.28 345.7 0.7 0.42
Hex B7 20 44 0 53 3F 1C 15A 46 2A
Octal 267 40 104 0 123 77 34 532 106 52
Binary 10110111 100000 1000100 0 1010011 111111 11100 101011010 1000110 101010

Color Harmonies of #B72044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72044

Black with #B72044

Text Example


Text Example

White with #B72044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72044; }

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

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

background-color css

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

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

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

border-color css

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

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

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