Html Css Color HEX #B72142 Cardinal

📋 copy color: '#B72142'

red 183 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B72142

Tints of Cardinal #B72142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 64.89%
G = 11.7%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72142 (or 0xB72142) is known color: Cardinal. HEX triplet: B7, 21 and 42. RGB value is (183,33,66). Sum of RGB (Red+Green+Blue) = 183+33+66=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B72142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72142 is #48DEBD. Grayscale: #515151. Windows color (decimal): -4775614 or 4334007. OLE color: 4334007.

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

Color convert

RGB 183 33 66 -
CMYK 0 0.82 0.64 0.28
HSL 346.8º 0.69% 0.42% -
HSV(B) 346.8º 0.82% 0.72% -
XYZ 21.06 11.55 6.27 -
YUV 81.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 183 33 66 0 0.82 0.64 0.28 346.8 0.69 0.42
Hex B7 21 42 0 52 40 1C 15B 45 2A
Octal 267 41 102 0 122 100 34 533 105 52
Binary 10110111 100001 1000010 0 1010010 1000000 11100 101011011 1000101 101010

Color Harmonies of #B72142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72142

Black with #B72142

Text Example


Text Example

White with #B72142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72142; }

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

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

background-color css

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

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

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

border-color css

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

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

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