Html Css Color HEX #B21A45 Cardinal

📋 copy color: '#B21A45'

red 178 ◦ green 26 ◦ blue 69

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

Shades of Cardinal #B21A45

Tints of Cardinal #B21A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 65.2%
G = 9.52%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21A45 (or 0xB21A45) is known color: Cardinal. HEX triplet: B2, 1A and 45. RGB value is (178,26,69). Sum of RGB (Red+Green+Blue) = 178+26+69=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A45 is #4DE5BA. Grayscale: #4C4C4C. Windows color (decimal): -5105083 or 4528818. OLE color: 4528818.

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

Color convert

RGB 178 26 69 -
CMYK 0 0.85 0.61 0.30
HSL 343.03º 0.75% 0.4% -
HSV(B) 343.03º 0.85% 0.7% -
XYZ 19.8 10.63 6.64 -
YUV 76.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 178 26 69 0 0.85 0.61 0.30 343.03 0.75 0.4
Hex B2 1A 45 0 55 3D 1E 157 4B 28
Octal 262 32 105 0 125 75 36 527 113 50
Binary 10110010 11010 1000101 0 1010101 111101 11110 101010111 1001011 101000

Color Harmonies of #B21A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A45

Black with #B21A45

Text Example


Text Example

White with #B21A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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