Html Css Color HEX #B30F11 Venetian Red

📋 copy color: '#B30F11'

red 179 ◦ green 15 ◦ blue 17

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

Shades of Venetian Red #B30F11

Tints of Venetian Red #B30F11

RGB

 RED value IS 179 (70.31% from 255) = 84.83%

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 17 (7.03% from 255) = 8.06%

R = 84.83%
G = 7.11%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B30F11 (or 0xB30F11) is known color: Venetian Red. HEX triplet: B3, 0F and 11. RGB value is (179,15,17). Sum of RGB (Red+Green+Blue) = 179+15+17=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F11 is #4CF0EE. Grayscale: #404040. Windows color (decimal): -5042415 or 1118131. OLE color: 1118131.

HSL color Cylindrical-coordinate representation of color #B30F11: hue angle of 359.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F11 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 15 17 -
CMYK 0 0.92 0.91 0.30
HSL 359.27º 0.85% 0.38% -
HSV(B) 359.27º 0.92% 0.7% -
XYZ 18.86 9.97 1.46 -
YUV 64.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 179 15 17 0 0.92 0.91 0.30 359.27 0.85 0.38
Hex B3 F 11 0 5C 5B 1E 167 55 26
Octal 263 17 21 0 134 133 36 547 125 46
Binary 10110011 1111 10001 0 1011100 1011011 11110 101100111 1010101 100110

Color Harmonies of #B30F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F11

Black with #B30F11

Text Example


Text Example

White with #B30F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F11; }

 p { color: rgb(179,15,17); }

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

background-color css

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

 a { background-color: rgb(179,15,17); }

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

border-color css

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

 span { border-color: rgb(179,15,17); }

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