Html Css Color HEX #B72229 Cardinal

📋 copy color: '#B72229'

red 183 ◦ green 34 ◦ blue 41

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

Shades of Cardinal #B72229

Tints of Cardinal #B72229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 70.93%
G = 13.18%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72229 (or 0xB72229) is known color: Cardinal. HEX triplet: B7, 22 and 29. RGB value is (183,34,41). Sum of RGB (Red+Green+Blue) = 183+34+41=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B72229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72229 is #48DDD6. Grayscale: #4F4F4F. Windows color (decimal): -4775383 or 2695863. OLE color: 2695863.

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

Color convert

RGB 183 34 41 -
CMYK 0 0.81 0.78 0.28
HSL 357.18º 0.69% 0.43% -
HSV(B) 357.18º 0.81% 0.72% -
XYZ 20.5 11.37 3.21 -
YUV 79.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 183 34 41 0 0.81 0.78 0.28 357.18 0.69 0.43
Hex B7 22 29 0 51 4E 1C 165 45 2B
Octal 267 42 51 0 121 116 34 545 105 53
Binary 10110111 100010 101001 0 1010001 1001110 11100 101100101 1000101 101011

Color Harmonies of #B72229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72229

Black with #B72229

Text Example


Text Example

White with #B72229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72229; }

 p { color: rgb(183,34,41); }

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

background-color css

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

 a { background-color: rgb(183,34,41); }

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

border-color css

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

 span { border-color: rgb(183,34,41); }

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