Html Css Color HEX #B71215 Venetian Red

📋 copy color: '#B71215'

red 183 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #B71215

Tints of Venetian Red #B71215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 82.43%
G = 8.11%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71215 (or 0xB71215) is known color: Venetian Red. HEX triplet: B7, 12 and 15. RGB value is (183,18,21). Sum of RGB (Red+Green+Blue) = 183+18+21=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71215 is #48EDEA. Grayscale: #434343. Windows color (decimal): -4779499 or 1381047. OLE color: 1381047.

HSL color Cylindrical-coordinate representation of color #B71215: hue angle of 358.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71215 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 21 -
CMYK 0 0.90 0.89 0.28
HSL 358.91º 0.82% 0.39% -
HSV(B) 358.91º 0.9% 0.72% -
XYZ 19.88 10.55 1.7 -
YUV 67.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 183 18 21 0 0.90 0.89 0.28 358.91 0.82 0.39
Hex B7 12 15 0 5A 59 1C 167 52 27
Octal 267 22 25 0 132 131 34 547 122 47
Binary 10110111 10010 10101 0 1011010 1011001 11100 101100111 1010010 100111

Color Harmonies of #B71215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71215

Black with #B71215

Text Example


Text Example

White with #B71215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71215; }

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

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

background-color css

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

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

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

border-color css

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

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

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