Html Css Color HEX #B72042 Cardinal

📋 copy color: '#B72042'

red 183 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #B72042

Tints of Cardinal #B72042

RGB

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

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

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

R = 65.12%
G = 11.39%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72042 (or 0xB72042) is known color: Cardinal. HEX triplet: B7, 20 and 42. RGB value is (183,32,66). Sum of RGB (Red+Green+Blue) = 183+32+66=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B72042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72042 is #48DFBD. Grayscale: #515151. Windows color (decimal): -4775870 or 4333751. OLE color: 4333751.

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

Color convert

RGB 183 32 66 -
CMYK 0 0.83 0.64 0.28
HSL 346.49º 0.7% 0.42% -
HSV(B) 346.49º 0.83% 0.72% -
XYZ 21.03 11.49 6.26 -
YUV 81.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 183 32 66 0 0.83 0.64 0.28 346.49 0.7 0.42
Hex B7 20 42 0 53 40 1C 15A 46 2A
Octal 267 40 102 0 123 100 34 532 106 52
Binary 10110111 100000 1000010 0 1010011 1000000 11100 101011010 1000110 101010

Color Harmonies of #B72042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72042

Black with #B72042

Text Example


Text Example

White with #B72042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72042; }

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

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

background-color css

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

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

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

border-color css

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

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

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