Html Css Color HEX #B30012 Venetian Red

📋 copy color: '#B30012'

red 179 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #B30012

Tints of Venetian Red #B30012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 90.86%
G = 0%
B = 9.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B30012 (or 0xB30012) is known color: Venetian Red. HEX triplet: B3, 00 and 12. RGB value is (179,0,18). Sum of RGB (Red+Green+Blue) = 179+0+18=197 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.86% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 179 - color contains mainly: red. Hex color #B30012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30012 is #4CFFED. Grayscale: #373737. Windows color (decimal): -5046254 or 1179827. OLE color: 1179827.

HSL color Cylindrical-coordinate representation of color #B30012: hue angle of 353.97º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30012 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 18 -
CMYK 0 1 0.90 0.30
HSL 353.97º 1% 0.35% -
HSV(B) 353.97º 1% 0.7% -
XYZ 18.7 9.63 1.44 -
YUV 55.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 179 0 18 0 1 0.90 0.30 353.97 1 0.35
Hex B3 0 12 0 64 5A 1E 162 64 23
Octal 263 0 22 0 144 132 36 542 144 43
Binary 10110011 0 10010 0 1100100 1011010 11110 101100010 1100100 100011

Color Harmonies of #B30012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30012

Black with #B30012

Text Example


Text Example

White with #B30012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30012; }

 p { color: rgb(179,0,18); }

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

background-color css

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

 a { background-color: rgb(179,0,18); }

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

border-color css

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

 span { border-color: rgb(179,0,18); }

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