Html Css Color HEX #B30C10 Venetian Red

📋 copy color: '#B30C10'

red 179 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #B30C10

Tints of Venetian Red #B30C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 86.47%
G = 5.8%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B30C10 (or 0xB30C10) is known color: Venetian Red. HEX triplet: B3, 0C and 10. RGB value is (179,12,16). Sum of RGB (Red+Green+Blue) = 179+12+16=207 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.47% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30C10 is #4CF3EF. Grayscale: #3E3E3E. Windows color (decimal): -5043184 or 1051827. OLE color: 1051827.

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

Color convert

RGB 179 12 16 -
CMYK 0 0.93 0.91 0.30
HSL 358.56º 0.87% 0.37% -
HSV(B) 358.56º 0.93% 0.7% -
XYZ 18.82 9.88 1.41 -
YUV 62.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 179 12 16 0 0.93 0.91 0.30 358.56 0.87 0.37
Hex B3 C 10 0 5D 5B 1E 167 57 25
Octal 263 14 20 0 135 133 36 547 127 45
Binary 10110011 1100 10000 0 1011101 1011011 11110 101100111 1010111 100101

Color Harmonies of #B30C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C10

Black with #B30C10

Text Example


Text Example

White with #B30C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C10; }

 p { color: rgb(179,12,16); }

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

background-color css

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

 a { background-color: rgb(179,12,16); }

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

border-color css

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

 span { border-color: rgb(179,12,16); }

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