Html Css Color HEX #B21A40 Cardinal

📋 copy color: '#B21A40'

red 178 ◦ green 26 ◦ blue 64

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

Shades of Cardinal #B21A40

Tints of Cardinal #B21A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 66.42%
G = 9.7%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B21A40 (or 0xB21A40) is known color: Cardinal. HEX triplet: B2, 1A and 40. RGB value is (178,26,64). Sum of RGB (Red+Green+Blue) = 178+26+64=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A40 is #4DE5BF. Grayscale: #4B4B4B. Windows color (decimal): -5105088 or 4201138. OLE color: 4201138.

HSL color Cylindrical-coordinate representation of color #B21A40: hue angle of 345º 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 #B21A40 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 64 -
CMYK 0 0.85 0.64 0.30
HSL 345º 0.75% 0.4% -
HSV(B) 345º 0.85% 0.7% -
XYZ 19.65 10.57 5.86 -
YUV 75.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 178 26 64 0 0.85 0.64 0.30 345 0.75 0.4
Hex B2 1A 40 0 55 40 1E 159 4B 28
Octal 262 32 100 0 125 100 36 531 113 50
Binary 10110010 11010 1000000 0 1010101 1000000 11110 101011001 1001011 101000

Color Harmonies of #B21A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A40

Black with #B21A40

Text Example


Text Example

White with #B21A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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