Html Css Color HEX #B21333 Cardinal

📋 copy color: '#B21333'

red 178 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #B21333

Tints of Cardinal #B21333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 71.77%
G = 7.66%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B21333 (or 0xB21333) is known color: Cardinal. HEX triplet: B2, 13 and 33. RGB value is (178,19,51). Sum of RGB (Red+Green+Blue) = 178+19+51=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B21333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21333 is #4DECCC. Grayscale: #464646. Windows color (decimal): -5106893 or 3347378. OLE color: 3347378.

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

Color convert

RGB 178 19 51 -
CMYK 0 0.89 0.71 0.30
HSL 347.92º 0.81% 0.39% -
HSV(B) 347.92º 0.89% 0.7% -
XYZ 19.19 10.17 4.08 -
YUV 70.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 178 19 51 0 0.89 0.71 0.30 347.92 0.81 0.39
Hex B2 13 33 0 59 47 1E 15C 51 27
Octal 262 23 63 0 131 107 36 534 121 47
Binary 10110010 10011 110011 0 1011001 1000111 11110 101011100 1010001 100111

Color Harmonies of #B21333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21333

Black with #B21333

Text Example


Text Example

White with #B21333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21333; }

 p { color: rgb(178,19,51); }

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

background-color css

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

 a { background-color: rgb(178,19,51); }

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

border-color css

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

 span { border-color: rgb(178,19,51); }

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