Html Css Color HEX #B70512 Venetian Red

📋 copy color: '#B70512'

red 183 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #B70512

Tints of Venetian Red #B70512

RGB

 RED value IS 183 (71.88% from 255) = 88.83%

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 88.83%
G = 2.43%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70512 (or 0xB70512) is known color: Venetian Red. HEX triplet: B7, 05 and 12. RGB value is (183,5,18). Sum of RGB (Red+Green+Blue) = 183+5+18=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B70512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70512 is #48FAED. Grayscale: #3B3B3B. Windows color (decimal): -4782830 or 1181111. OLE color: 1181111.

HSL color Cylindrical-coordinate representation of color #B70512: hue angle of 355.62º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 18 -
CMYK 0 0.97 0.90 0.28
HSL 355.62º 0.95% 0.37% -
HSV(B) 355.62º 0.97% 0.72% -
XYZ 19.69 10.22 1.51 -
YUV 59.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 183 5 18 0 0.97 0.90 0.28 355.62 0.95 0.37
Hex B7 5 12 0 61 5A 1C 164 5F 25
Octal 267 5 22 0 141 132 34 544 137 45
Binary 10110111 101 10010 0 1100001 1011010 11100 101100100 1011111 100101

Color Harmonies of #B70512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70512

Black with #B70512

Text Example


Text Example

White with #B70512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70512; }

 p { color: rgb(183,5,18); }

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

background-color css

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

 a { background-color: rgb(183,5,18); }

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

border-color css

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

 span { border-color: rgb(183,5,18); }

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