Html Css Color HEX #B21C40 Cardinal

📋 copy color: '#B21C40'

red 178 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #B21C40

Tints of Cardinal #B21C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 65.93%
G = 10.37%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B21C40 (or 0xB21C40) is known color: Cardinal. HEX triplet: B2, 1C and 40. RGB value is (178,28,64). Sum of RGB (Red+Green+Blue) = 178+28+64=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C40 is #4DE3BF. Grayscale: #4C4C4C. Windows color (decimal): -5104576 or 4201650. OLE color: 4201650.

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

Color convert

RGB 178 28 64 -
CMYK 0 0.84 0.64 0.30
HSL 345.6º 0.73% 0.4% -
HSV(B) 345.6º 0.84% 0.7% -
XYZ 19.7 10.67 5.87 -
YUV 76.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 178 28 64 0 0.84 0.64 0.30 345.6 0.73 0.4
Hex B2 1C 40 0 54 40 1E 15A 49 28
Octal 262 34 100 0 124 100 36 532 111 50
Binary 10110010 11100 1000000 0 1010100 1000000 11110 101011010 1001001 101000

Color Harmonies of #B21C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C40

Black with #B21C40

Text Example


Text Example

White with #B21C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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