Html Css Color HEX #B71415 Venetian Red

📋 copy color: '#B71415'

red 183 ◦ green 20 ◦ blue 21

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

Shades of Venetian Red #B71415

Tints of Venetian Red #B71415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 81.7%
G = 8.93%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71415 (or 0xB71415) is known color: Venetian Red. HEX triplet: B7, 14 and 15. RGB value is (183,20,21). Sum of RGB (Red+Green+Blue) = 183+20+21=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71415 is #48EBEA. Grayscale: #454545. Windows color (decimal): -4778987 or 1381559. OLE color: 1381559.

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

Color convert

RGB 183 20 21 -
CMYK 0 0.89 0.89 0.28
HSL 359.63º 0.8% 0.4% -
HSV(B) 359.63º 0.89% 0.72% -
XYZ 19.91 10.62 1.71 -
YUV 68.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 183 20 21 0 0.89 0.89 0.28 359.63 0.8 0.4
Hex B7 14 15 0 59 59 1C 168 50 28
Octal 267 24 25 0 131 131 34 550 120 50
Binary 10110111 10100 10101 0 1011001 1011001 11100 101101000 1010000 101000

Color Harmonies of #B71415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71415

Black with #B71415

Text Example


Text Example

White with #B71415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71415; }

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

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

background-color css

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

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

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

border-color css

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

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

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