Html Css Color HEX #B0101E Venetian Red

📋 copy color: '#B0101E'

red 176 ◦ green 16 ◦ blue 30

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

Shades of Venetian Red #B0101E

Tints of Venetian Red #B0101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 79.28%
G = 7.21%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0101E (or 0xB0101E) is known color: Venetian Red. HEX triplet: B0, 10 and 1E. RGB value is (176,16,30). Sum of RGB (Red+Green+Blue) = 176+16+30=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0101E is #4FEFE1. Grayscale: #414141. Windows color (decimal): -5238754 or 1970352. OLE color: 1970352.

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

Color convert

RGB 176 16 30 -
CMYK 0 0.91 0.83 0.31
HSL 354.75º 0.83% 0.38% -
HSV(B) 354.75º 0.91% 0.69% -
XYZ 18.32 9.69 2.13 -
YUV 65.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 176 16 30 0 0.91 0.83 0.31 354.75 0.83 0.38
Hex B0 10 1E 0 5B 53 1F 163 53 26
Octal 260 20 36 0 133 123 37 543 123 46
Binary 10110000 10000 11110 0 1011011 1010011 11111 101100011 1010011 100110

Color Harmonies of #B0101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0101E

Black with #B0101E

Text Example


Text Example

White with #B0101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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