Html Css Color HEX #B42142 Cardinal

📋 copy color: '#B42142'

red 180 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B42142

Tints of Cardinal #B42142

RGB

 RED value IS 180 (70.7% from 255) = 64.52%

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

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

R = 64.52%
G = 11.83%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42142 (or 0xB42142) is known color: Cardinal. HEX triplet: B4, 21 and 42. RGB value is (180,33,66). Sum of RGB (Red+Green+Blue) = 180+33+66=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B42142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42142 is #4BDEBD. Grayscale: #505050. Windows color (decimal): -4972222 or 4334004. OLE color: 4334004.

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

Color convert

RGB 180 33 66 -
CMYK 0 0.82 0.63 0.29
HSL 346.53º 0.69% 0.42% -
HSV(B) 346.53º 0.82% 0.71% -
XYZ 20.35 11.18 6.24 -
YUV 80.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 180 33 66 0 0.82 0.63 0.29 346.53 0.69 0.42
Hex B4 21 42 0 52 3F 1D 15B 45 2A
Octal 264 41 102 0 122 77 35 533 105 52
Binary 10110100 100001 1000010 0 1010010 111111 11101 101011011 1000101 101010

Color Harmonies of #B42142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42142

Black with #B42142

Text Example


Text Example

White with #B42142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42142; }

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

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

background-color css

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

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

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

border-color css

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

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

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