Html Css Color HEX #B21440 Cardinal

📋 copy color: '#B21440'

red 178 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #B21440

Tints of Cardinal #B21440

RGB

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

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

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

R = 67.94%
G = 7.63%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B21440 (or 0xB21440) is known color: Cardinal. HEX triplet: B2, 14 and 40. RGB value is (178,20,64). Sum of RGB (Red+Green+Blue) = 178+20+64=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B21440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21440 is #4DEBBF. Grayscale: #484848. Windows color (decimal): -5106624 or 4199602. OLE color: 4199602.

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

Color convert

RGB 178 20 64 -
CMYK 0 0.89 0.64 0.30
HSL 343.29º 0.8% 0.39% -
HSV(B) 343.29º 0.89% 0.7% -
XYZ 19.54 10.34 5.82 -
YUV 72.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 178 20 64 0 0.89 0.64 0.30 343.29 0.8 0.39
Hex B2 14 40 0 59 40 1E 157 50 27
Octal 262 24 100 0 131 100 36 527 120 47
Binary 10110010 10100 1000000 0 1011001 1000000 11110 101010111 1010000 100111

Color Harmonies of #B21440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21440

Black with #B21440

Text Example


Text Example

White with #B21440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21440; }

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

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

background-color css

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

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

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

border-color css

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

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

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