Html Css Color HEX #B21535 Cardinal

📋 copy color: '#B21535'

red 178 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #B21535

Tints of Cardinal #B21535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 70.63%
G = 8.33%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B21535 (or 0xB21535) is known color: Cardinal. HEX triplet: B2, 15 and 35. RGB value is (178,21,53). Sum of RGB (Red+Green+Blue) = 178+21+53=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B21535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21535 is #4DEACA. Grayscale: #474747. Windows color (decimal): -5106379 or 3478962. OLE color: 3478962.

HSL color Cylindrical-coordinate representation of color #B21535: hue angle of 347.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21535 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 53 -
CMYK 0 0.88 0.70 0.30
HSL 347.77º 0.79% 0.39% -
HSV(B) 347.77º 0.88% 0.7% -
XYZ 19.27 10.26 4.33 -
YUV 71.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 178 21 53 0 0.88 0.70 0.30 347.77 0.79 0.39
Hex B2 15 35 0 58 46 1E 15C 4F 27
Octal 262 25 65 0 130 106 36 534 117 47
Binary 10110010 10101 110101 0 1011000 1000110 11110 101011100 1001111 100111

Color Harmonies of #B21535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21535

Black with #B21535

Text Example


Text Example

White with #B21535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21535; }

 p { color: rgb(178,21,53); }

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

background-color css

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

 a { background-color: rgb(178,21,53); }

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

border-color css

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

 span { border-color: rgb(178,21,53); }

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