Html Css Color HEX #B70B1E Venetian Red

📋 copy color: '#B70B1E'

red 183 ◦ green 11 ◦ blue 30

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

Shades of Venetian Red #B70B1E

Tints of Venetian Red #B70B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.91%

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 81.7%
G = 4.91%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B70B1E (or 0xB70B1E) is known color: Venetian Red. HEX triplet: B7, 0B and 1E. RGB value is (183,11,30). Sum of RGB (Red+Green+Blue) = 183+11+30=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70B1E is #48F4E1. Grayscale: #404040. Windows color (decimal): -4781282 or 1969079. OLE color: 1969079.

HSL color Cylindrical-coordinate representation of color #B70B1E: hue angle of 353.37º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B1E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 11 30 -
CMYK 0 0.94 0.84 0.28
HSL 353.37º 0.89% 0.38% -
HSV(B) 353.37º 0.94% 0.72% -
XYZ 19.88 10.4 2.19 -
YUV 64.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 183 11 30 0 0.94 0.84 0.28 353.37 0.89 0.38
Hex B7 B 1E 0 5E 54 1C 161 59 26
Octal 267 13 36 0 136 124 34 541 131 46
Binary 10110111 1011 11110 0 1011110 1010100 11100 101100001 1011001 100110

Color Harmonies of #B70B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B1E

Black with #B70B1E

Text Example


Text Example

White with #B70B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B1E; }

 p { color: rgb(183,11,30); }

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

background-color css

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

 a { background-color: rgb(183,11,30); }

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

border-color css

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

 span { border-color: rgb(183,11,30); }

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