Html Css Color HEX #B21520 Venetian Red

📋 copy color: '#B21520'

red 178 ◦ green 21 ◦ blue 32

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

Shades of Venetian Red #B21520

Tints of Venetian Red #B21520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 77.06%
G = 9.09%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B21520 (or 0xB21520) is known color: Venetian Red. HEX triplet: B2, 15 and 20. RGB value is (178,21,32). Sum of RGB (Red+Green+Blue) = 178+21+32=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B21520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21520 is #4DEADF. Grayscale: #454545. Windows color (decimal): -5106400 or 2102706. OLE color: 2102706.

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

Color convert

RGB 178 21 32 -
CMYK 0 0.88 0.82 0.30
HSL 355.8º 0.79% 0.39% -
HSV(B) 355.8º 0.88% 0.7% -
XYZ 18.89 10.11 2.32 -
YUV 69.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 178 21 32 0 0.88 0.82 0.30 355.8 0.79 0.39
Hex B2 15 20 0 58 52 1E 164 4F 27
Octal 262 25 40 0 130 122 36 544 117 47
Binary 10110010 10101 100000 0 1011000 1010010 11110 101100100 1001111 100111

Color Harmonies of #B21520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21520

Black with #B21520

Text Example


Text Example

White with #B21520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21520; }

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

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

background-color css

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

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

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

border-color css

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

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

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