Html Css Color HEX #B70313 Venetian Red

📋 copy color: '#B70313'

red 183 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #B70313

Tints of Venetian Red #B70313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 89.27%
G = 1.46%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70313 (or 0xB70313) is known color: Venetian Red. HEX triplet: B7, 03 and 13. RGB value is (183,3,19). Sum of RGB (Red+Green+Blue) = 183+3+19=205 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.27% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 183 - color contains mainly: red. Hex color #B70313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70313 is #48FCEC. Grayscale: #3A3A3A. Windows color (decimal): -4783341 or 1246135. OLE color: 1246135.

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

Color convert

RGB 183 3 19 -
CMYK 0 0.98 0.90 0.28
HSL 354.67º 0.97% 0.36% -
HSV(B) 354.67º 0.98% 0.72% -
XYZ 19.68 10.18 1.54 -
YUV 58.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 183 3 19 0 0.98 0.90 0.28 354.67 0.97 0.36
Hex B7 3 13 0 62 5A 1C 163 61 24
Octal 267 3 23 0 142 132 34 543 141 44
Binary 10110111 11 10011 0 1100010 1011010 11100 101100011 1100001 100100

Color Harmonies of #B70313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70313

Black with #B70313

Text Example


Text Example

White with #B70313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70313; }

 p { color: rgb(183,3,19); }

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

background-color css

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

 a { background-color: rgb(183,3,19); }

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

border-color css

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

 span { border-color: rgb(183,3,19); }

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