Html Css Color HEX #B72242 Cardinal

📋 copy color: '#B72242'

red 183 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #B72242

Tints of Cardinal #B72242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 64.66%
G = 12.01%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72242 (or 0xB72242) is known color: Cardinal. HEX triplet: B7, 22 and 42. RGB value is (183,34,66). Sum of RGB (Red+Green+Blue) = 183+34+66=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B72242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72242 is #48DDBD. Grayscale: #525252. Windows color (decimal): -4775358 or 4334263. OLE color: 4334263.

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

Color convert

RGB 183 34 66 -
CMYK 0 0.81 0.64 0.28
HSL 347.11º 0.69% 0.43% -
HSV(B) 347.11º 0.81% 0.72% -
XYZ 21.08 11.6 6.28 -
YUV 82.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 183 34 66 0 0.81 0.64 0.28 347.11 0.69 0.43
Hex B7 22 42 0 51 40 1C 15B 45 2B
Octal 267 42 102 0 121 100 34 533 105 53
Binary 10110111 100010 1000010 0 1010001 1000000 11100 101011011 1000101 101011

Color Harmonies of #B72242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72242

Black with #B72242

Text Example


Text Example

White with #B72242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72242; }

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

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

background-color css

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

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

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

border-color css

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

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

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