Html Css Color HEX #B0070C Venetian Red

📋 copy color: '#B0070C'

red 176 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #B0070C

Tints of Venetian Red #B0070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 90.26%
G = 3.59%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0070C (or 0xB0070C) is known color: Venetian Red. HEX triplet: B0, 07 and 0C. RGB value is (176,7,12). Sum of RGB (Red+Green+Blue) = 176+7+12=195 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.26% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 176 - color contains mainly: red. Hex color #B0070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0070C is #4FF8F3. Grayscale: #3A3A3A. Windows color (decimal): -5241076 or 788400. OLE color: 788400.

HSL color Cylindrical-coordinate representation of color #B0070C: hue angle of 358.22º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 12 -
CMYK 0 0.96 0.93 0.31
HSL 358.22º 0.92% 0.36% -
HSV(B) 358.22º 0.96% 0.69% -
XYZ 18.05 9.41 1.21 -
YUV 58.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 176 7 12 0 0.96 0.93 0.31 358.22 0.92 0.36
Hex B0 7 C 0 60 5D 1F 166 5C 24
Octal 260 7 14 0 140 135 37 546 134 44
Binary 10110000 111 1100 0 1100000 1011101 11111 101100110 1011100 100100

Color Harmonies of #B0070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0070C

Black with #B0070C

Text Example


Text Example

White with #B0070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0070C; }

 p { color: rgb(176,7,12); }

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

background-color css

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

 a { background-color: rgb(176,7,12); }

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

border-color css

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

 span { border-color: rgb(176,7,12); }

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