Html Css Color HEX #B01320 Venetian Red

📋 copy color: '#B01320'

red 176 ◦ green 19 ◦ blue 32

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

Shades of Venetian Red #B01320

Tints of Venetian Red #B01320

RGB

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

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

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

R = 77.53%
G = 8.37%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B01320 (or 0xB01320) is known color: Venetian Red. HEX triplet: B0, 13 and 20. RGB value is (176,19,32). Sum of RGB (Red+Green+Blue) = 176+19+32=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B01320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01320 is #4FECDF. Grayscale: #434343. Windows color (decimal): -5237984 or 2102192. OLE color: 2102192.

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

Color convert

RGB 176 19 32 -
CMYK 0 0.89 0.82 0.31
HSL 355.03º 0.81% 0.38% -
HSV(B) 355.03º 0.89% 0.69% -
XYZ 18.4 9.8 2.29 -
YUV 67.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 176 19 32 0 0.89 0.82 0.31 355.03 0.81 0.38
Hex B0 13 20 0 59 52 1F 163 51 26
Octal 260 23 40 0 131 122 37 543 121 46
Binary 10110000 10011 100000 0 1011001 1010010 11111 101100011 1010001 100110

Color Harmonies of #B01320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01320

Black with #B01320

Text Example


Text Example

White with #B01320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01320; }

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

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

background-color css

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

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

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

border-color css

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

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

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