Html Css Color HEX #B32042 Cardinal

📋 copy color: '#B32042'

red 179 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #B32042

Tints of Cardinal #B32042

RGB

 RED value IS 179 (70.31% from 255) = 64.62%

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

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

R = 64.62%
G = 11.55%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B32042 (or 0xB32042) is known color: Cardinal. HEX triplet: B3, 20 and 42. RGB value is (179,32,66). Sum of RGB (Red+Green+Blue) = 179+32+66=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B32042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32042 is #4CDFBD. Grayscale: #4F4F4F. Windows color (decimal): -5038014 or 4333747. OLE color: 4333747.

HSL color Cylindrical-coordinate representation of color #B32042: hue angle of 346.12º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32042 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 66 -
CMYK 0 0.82 0.63 0.30
HSL 346.12º 0.7% 0.41% -
HSV(B) 346.12º 0.82% 0.7% -
XYZ 20.09 11.01 6.22 -
YUV 79.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 179 32 66 0 0.82 0.63 0.30 346.12 0.7 0.41
Hex B3 20 42 0 52 3F 1E 15A 46 29
Octal 263 40 102 0 122 77 36 532 106 51
Binary 10110011 100000 1000010 0 1010010 111111 11110 101011010 1000110 101001

Color Harmonies of #B32042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32042

Black with #B32042

Text Example


Text Example

White with #B32042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32042; }

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

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

background-color css

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

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

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

border-color css

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

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

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