Html Css Color HEX #B30F14 Venetian Red

📋 copy color: '#B30F14'

red 179 ◦ green 15 ◦ blue 20

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

Shades of Venetian Red #B30F14

Tints of Venetian Red #B30F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 83.64%
G = 7.01%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B30F14 (or 0xB30F14) is known color: Venetian Red. HEX triplet: B3, 0F and 14. RGB value is (179,15,20). Sum of RGB (Red+Green+Blue) = 179+15+20=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F14 is #4CF0EB. Grayscale: #404040. Windows color (decimal): -5042412 or 1314739. OLE color: 1314739.

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

Color convert

RGB 179 15 20 -
CMYK 0 0.92 0.89 0.30
HSL 358.17º 0.85% 0.38% -
HSV(B) 358.17º 0.92% 0.7% -
XYZ 18.89 9.98 1.59 -
YUV 64.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 179 15 20 0 0.92 0.89 0.30 358.17 0.85 0.38
Hex B3 F 14 0 5C 59 1E 166 55 26
Octal 263 17 24 0 134 131 36 546 125 46
Binary 10110011 1111 10100 0 1011100 1011001 11110 101100110 1010101 100110

Color Harmonies of #B30F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F14

Black with #B30F14

Text Example


Text Example

White with #B30F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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