Html Css Color HEX #B32142 Cardinal

📋 copy color: '#B32142'

red 179 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B32142

Tints of Cardinal #B32142

RGB

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

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

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

R = 64.39%
G = 11.87%
B = 23.74%

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

#B32142 (or 0xB32142) is known color: Cardinal. HEX triplet: B3, 21 and 42. RGB value is (179,33,66). Sum of RGB (Red+Green+Blue) = 179+33+66=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B32142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32142 is #4CDEBD. Grayscale: #505050. Windows color (decimal): -5037758 or 4334003. OLE color: 4334003.

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

Color convert

RGB 179 33 66 -
CMYK 0 0.82 0.63 0.30
HSL 346.44º 0.69% 0.42% -
HSV(B) 346.44º 0.82% 0.7% -
XYZ 20.12 11.06 6.23 -
YUV 80.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 179 33 66 0 0.82 0.63 0.30 346.44 0.69 0.42
Hex B3 21 42 0 52 3F 1E 15A 45 2A
Octal 263 41 102 0 122 77 36 532 105 52
Binary 10110011 100001 1000010 0 1010010 111111 11110 101011010 1000101 101010

Color Harmonies of #B32142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32142

Black with #B32142

Text Example


Text Example

White with #B32142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32142; }

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

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

background-color css

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

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

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

border-color css

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

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

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