Html Css Color HEX #B01322 Venetian Red

📋 copy color: '#B01322'

red 176 ◦ green 19 ◦ blue 34

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

Shades of Venetian Red #B01322

Tints of Venetian Red #B01322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.85%

R = 76.86%
G = 8.3%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B01322 (or 0xB01322) is known color: Venetian Red. HEX triplet: B0, 13 and 22. RGB value is (176,19,34). Sum of RGB (Red+Green+Blue) = 176+19+34=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B01322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01322 is #4FECDD. Grayscale: #434343. Windows color (decimal): -5237982 or 2233264. OLE color: 2233264.

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

Color convert

RGB 176 19 34 -
CMYK 0 0.89 0.81 0.31
HSL 354.27º 0.81% 0.38% -
HSV(B) 354.27º 0.89% 0.69% -
XYZ 18.43 9.81 2.44 -
YUV 67.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 176 19 34 0 0.89 0.81 0.31 354.27 0.81 0.38
Hex B0 13 22 0 59 51 1F 162 51 26
Octal 260 23 42 0 131 121 37 542 121 46
Binary 10110000 10011 100010 0 1011001 1010001 11111 101100010 1010001 100110

Color Harmonies of #B01322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01322

Black with #B01322

Text Example


Text Example

White with #B01322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01322; }

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

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

background-color css

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

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

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

border-color css

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

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

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