Html Css Color HEX #B21232 Cardinal

📋 copy color: '#B21232'

red 178 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #B21232

Tints of Cardinal #B21232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

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

R = 72.36%
G = 7.32%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B21232 (or 0xB21232) is known color: Cardinal. HEX triplet: B2, 12 and 32. RGB value is (178,18,50). Sum of RGB (Red+Green+Blue) = 178+18+50=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B21232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21232 is #4DEDCD. Grayscale: #454545. Windows color (decimal): -5107150 or 3281586. OLE color: 3281586.

HSL color Cylindrical-coordinate representation of color #B21232: hue angle of 348º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21232 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 50 -
CMYK 0 0.90 0.72 0.30
HSL 348º 0.82% 0.38% -
HSV(B) 348º 0.9% 0.7% -
XYZ 19.15 10.13 3.96 -
YUV 69.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 178 18 50 0 0.90 0.72 0.30 348 0.82 0.38
Hex B2 12 32 0 5A 48 1E 15C 52 26
Octal 262 22 62 0 132 110 36 534 122 46
Binary 10110010 10010 110010 0 1011010 1001000 11110 101011100 1010010 100110

Color Harmonies of #B21232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21232

Black with #B21232

Text Example


Text Example

White with #B21232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21232; }

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

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

background-color css

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

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

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

border-color css

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

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

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