Html Css Color HEX #B21336 Cardinal

📋 copy color: '#B21336'

red 178 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #B21336

Tints of Cardinal #B21336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 70.92%
G = 7.57%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B21336 (or 0xB21336) is known color: Cardinal. HEX triplet: B2, 13 and 36. RGB value is (178,19,54). Sum of RGB (Red+Green+Blue) = 178+19+54=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B21336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21336 is #4DECC9. Grayscale: #464646. Windows color (decimal): -5106890 or 3543986. OLE color: 3543986.

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

Color convert

RGB 178 19 54 -
CMYK 0 0.89 0.70 0.30
HSL 346.79º 0.81% 0.39% -
HSV(B) 346.79º 0.89% 0.7% -
XYZ 19.26 10.2 4.44 -
YUV 70.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 178 19 54 0 0.89 0.70 0.30 346.79 0.81 0.39
Hex B2 13 36 0 59 46 1E 15B 51 27
Octal 262 23 66 0 131 106 36 533 121 47
Binary 10110010 10011 110110 0 1011001 1000110 11110 101011011 1010001 100111

Color Harmonies of #B21336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21336

Black with #B21336

Text Example


Text Example

White with #B21336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21336; }

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

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

background-color css

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

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

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

border-color css

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

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

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