Html Css Color HEX #B70515 Venetian Red

📋 copy color: '#B70515'

red 183 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #B70515

Tints of Venetian Red #B70515

RGB

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

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

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

R = 87.56%
G = 2.39%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B70515 (or 0xB70515) is known color: Venetian Red. HEX triplet: B7, 05 and 15. RGB value is (183,5,21). Sum of RGB (Red+Green+Blue) = 183+5+21=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B70515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70515 is #48FAEA. Grayscale: #3C3C3C. Windows color (decimal): -4782827 or 1377719. OLE color: 1377719.

HSL color Cylindrical-coordinate representation of color #B70515: hue angle of 354.61º 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 #B70515 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 21 -
CMYK 0 0.97 0.89 0.28
HSL 354.61º 0.95% 0.37% -
HSV(B) 354.61º 0.97% 0.72% -
XYZ 19.72 10.23 1.64 -
YUV 60.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 183 5 21 0 0.97 0.89 0.28 354.61 0.95 0.37
Hex B7 5 15 0 61 59 1C 163 5F 25
Octal 267 5 25 0 141 131 34 543 137 45
Binary 10110111 101 10101 0 1100001 1011001 11100 101100011 1011111 100101

Color Harmonies of #B70515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70515

Black with #B70515

Text Example


Text Example

White with #B70515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70515; }

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

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

background-color css

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

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

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

border-color css

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

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

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