Html Css Color HEX #B01022 Venetian Red

📋 copy color: '#B01022'

red 176 ◦ green 16 ◦ blue 34

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

Shades of Venetian Red #B01022

Tints of Venetian Red #B01022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 77.88%
G = 7.08%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B01022 (or 0xB01022) is known color: Venetian Red. HEX triplet: B0, 10 and 22. RGB value is (176,16,34). Sum of RGB (Red+Green+Blue) = 176+16+34=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B01022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01022 is #4FEFDD. Grayscale: #414141. Windows color (decimal): -5238750 or 2232496. OLE color: 2232496.

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

Color convert

RGB 176 16 34 -
CMYK 0 0.91 0.81 0.31
HSL 353.25º 0.83% 0.38% -
HSV(B) 353.25º 0.91% 0.69% -
XYZ 18.38 9.72 2.42 -
YUV 65.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 176 16 34 0 0.91 0.81 0.31 353.25 0.83 0.38
Hex B0 10 22 0 5B 51 1F 161 53 26
Octal 260 20 42 0 133 121 37 541 123 46
Binary 10110000 10000 100010 0 1011011 1010001 11111 101100001 1010011 100110

Color Harmonies of #B01022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01022

Black with #B01022

Text Example


Text Example

White with #B01022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01022; }

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

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

background-color css

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

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

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

border-color css

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

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

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