Html Css Color HEX #B70915 Venetian Red

📋 copy color: '#B70915'

red 183 ◦ green 9 ◦ blue 21

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

Shades of Venetian Red #B70915

Tints of Venetian Red #B70915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 85.92%
G = 4.23%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B70915 (or 0xB70915) is known color: Venetian Red. HEX triplet: B7, 09 and 15. RGB value is (183,9,21). Sum of RGB (Red+Green+Blue) = 183+9+21=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B70915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70915 is #48F6EA. Grayscale: #3E3E3E. Windows color (decimal): -4781803 or 1378743. OLE color: 1378743.

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

Color convert

RGB 183 9 21 -
CMYK 0 0.95 0.89 0.28
HSL 355.86º 0.91% 0.38% -
HSV(B) 355.86º 0.95% 0.72% -
XYZ 19.76 10.32 1.66 -
YUV 62.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 183 9 21 0 0.95 0.89 0.28 355.86 0.91 0.38
Hex B7 9 15 0 5F 59 1C 164 5B 26
Octal 267 11 25 0 137 131 34 544 133 46
Binary 10110111 1001 10101 0 1011111 1011001 11100 101100100 1011011 100110

Color Harmonies of #B70915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70915

Black with #B70915

Text Example


Text Example

White with #B70915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70915; }

 p { color: rgb(183,9,21); }

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

background-color css

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

 a { background-color: rgb(183,9,21); }

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

border-color css

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

 span { border-color: rgb(183,9,21); }

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