Html Css Color HEX #B21A42 Cardinal

📋 copy color: '#B21A42'

red 178 ◦ green 26 ◦ blue 66

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

Shades of Cardinal #B21A42

Tints of Cardinal #B21A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

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

R = 65.93%
G = 9.63%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21A42 (or 0xB21A42) is known color: Cardinal. HEX triplet: B2, 1A and 42. RGB value is (178,26,66). Sum of RGB (Red+Green+Blue) = 178+26+66=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A42 is #4DE5BD. Grayscale: #4C4C4C. Windows color (decimal): -5105086 or 4332210. OLE color: 4332210.

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

Color convert

RGB 178 26 66 -
CMYK 0 0.85 0.63 0.30
HSL 344.21º 0.75% 0.4% -
HSV(B) 344.21º 0.85% 0.7% -
XYZ 19.71 10.6 6.16 -
YUV 76.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 178 26 66 0 0.85 0.63 0.30 344.21 0.75 0.4
Hex B2 1A 42 0 55 3F 1E 158 4B 28
Octal 262 32 102 0 125 77 36 530 113 50
Binary 10110010 11010 1000010 0 1010101 111111 11110 101011000 1001011 101000

Color Harmonies of #B21A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A42

Black with #B21A42

Text Example


Text Example

White with #B21A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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