Html Css Color HEX #B01520 Venetian Red

📋 copy color: '#B01520'

red 176 ◦ green 21 ◦ blue 32

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

Shades of Venetian Red #B01520

Tints of Venetian Red #B01520

RGB

 RED value IS 176 (69.14% from 255) = 76.86%

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

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

R = 76.86%
G = 9.17%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B01520 (or 0xB01520) is known color: Venetian Red. HEX triplet: B0, 15 and 20. RGB value is (176,21,32). Sum of RGB (Red+Green+Blue) = 176+21+32=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B01520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01520 is #4FEADF. Grayscale: #444444. Windows color (decimal): -5237472 or 2102704. OLE color: 2102704.

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

Color convert

RGB 176 21 32 -
CMYK 0 0.88 0.82 0.31
HSL 355.74º 0.79% 0.39% -
HSV(B) 355.74º 0.88% 0.69% -
XYZ 18.43 9.87 2.3 -
YUV 68.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 176 21 32 0 0.88 0.82 0.31 355.74 0.79 0.39
Hex B0 15 20 0 58 52 1F 164 4F 27
Octal 260 25 40 0 130 122 37 544 117 47
Binary 10110000 10101 100000 0 1011000 1010010 11111 101100100 1001111 100111

Color Harmonies of #B01520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01520

Black with #B01520

Text Example


Text Example

White with #B01520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01520; }

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

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

background-color css

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

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

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

border-color css

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

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

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