Html Css Color HEX #B70215 Venetian Red

📋 copy color: '#B70215'

red 183 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #B70215

Tints of Venetian Red #B70215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 88.83%
G = 0.97%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B70215 (or 0xB70215) is known color: Venetian Red. HEX triplet: B7, 02 and 15. RGB value is (183,2,21). Sum of RGB (Red+Green+Blue) = 183+2+21=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B70215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70215 is #48FDEA. Grayscale: #3A3A3A. Windows color (decimal): -4783595 or 1376951. OLE color: 1376951.

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

Color convert

RGB 183 2 21 -
CMYK 0 0.99 0.89 0.28
HSL 353.7º 0.98% 0.36% -
HSV(B) 353.7º 0.99% 0.72% -
XYZ 19.69 10.16 1.63 -
YUV 58.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 183 2 21 0 0.99 0.89 0.28 353.7 0.98 0.36
Hex B7 2 15 0 63 59 1C 162 62 24
Octal 267 2 25 0 143 131 34 542 142 44
Binary 10110111 10 10101 0 1100011 1011001 11100 101100010 1100010 100100

Color Harmonies of #B70215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70215

Black with #B70215

Text Example


Text Example

White with #B70215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70215; }

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

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

background-color css

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

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

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

border-color css

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

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

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