Html Css Color HEX #B21432 Cardinal

📋 copy color: '#B21432'

red 178 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #B21432

Tints of Cardinal #B21432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 71.77%
G = 8.06%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B21432 (or 0xB21432) is known color: Cardinal. HEX triplet: B2, 14 and 32. RGB value is (178,20,50). Sum of RGB (Red+Green+Blue) = 178+20+50=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B21432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21432 is #4DEBCD. Grayscale: #464646. Windows color (decimal): -5106638 or 3282098. OLE color: 3282098.

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

Color convert

RGB 178 20 50 -
CMYK 0 0.89 0.72 0.30
HSL 348.61º 0.8% 0.39% -
HSV(B) 348.61º 0.89% 0.7% -
XYZ 19.19 10.2 3.97 -
YUV 70.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 178 20 50 0 0.89 0.72 0.30 348.61 0.8 0.39
Hex B2 14 32 0 59 48 1E 15D 50 27
Octal 262 24 62 0 131 110 36 535 120 47
Binary 10110010 10100 110010 0 1011001 1001000 11110 101011101 1010000 100111

Color Harmonies of #B21432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21432

Black with #B21432

Text Example


Text Example

White with #B21432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21432; }

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

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

background-color css

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

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

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

border-color css

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

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

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