Html Css Color HEX #B21442 Cardinal

📋 copy color: '#B21442'

red 178 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #B21442

Tints of Cardinal #B21442

RGB

 RED value IS 178 (69.92% from 255) = 67.42%

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 67.42%
G = 7.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21442 (or 0xB21442) is known color: Cardinal. HEX triplet: B2, 14 and 42. RGB value is (178,20,66). Sum of RGB (Red+Green+Blue) = 178+20+66=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B21442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21442 is #4DEBBD. Grayscale: #484848. Windows color (decimal): -5106622 or 4330674. OLE color: 4330674.

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

Color convert

RGB 178 20 66 -
CMYK 0 0.89 0.63 0.30
HSL 342.53º 0.8% 0.39% -
HSV(B) 342.53º 0.89% 0.7% -
XYZ 19.59 10.36 6.12 -
YUV 72.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 178 20 66 0 0.89 0.63 0.30 342.53 0.8 0.39
Hex B2 14 42 0 59 3F 1E 157 50 27
Octal 262 24 102 0 131 77 36 527 120 47
Binary 10110010 10100 1000010 0 1011001 111111 11110 101010111 1010000 100111

Color Harmonies of #B21442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21442

Black with #B21442

Text Example


Text Example

White with #B21442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21442; }

 p { color: rgb(178,20,66); }

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

background-color css

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

 a { background-color: rgb(178,20,66); }

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

border-color css

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

 span { border-color: rgb(178,20,66); }

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