Html Css Color HEX #B7151D Venetian Red

📋 copy color: '#B7151D'

red 183 ◦ green 21 ◦ blue 29

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

Shades of Venetian Red #B7151D

Tints of Venetian Red #B7151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 78.54%
G = 9.01%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7151D (or 0xB7151D) is known color: Venetian Red. HEX triplet: B7, 15 and 1D. RGB value is (183,21,29). Sum of RGB (Red+Green+Blue) = 183+21+29=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B7151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7151D is #48EAE2. Grayscale: #464646. Windows color (decimal): -4778723 or 1906103. OLE color: 1906103.

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

Color convert

RGB 183 21 29 -
CMYK 0 0.89 0.84 0.28
HSL 357.04º 0.79% 0.4% -
HSV(B) 357.04º 0.89% 0.72% -
XYZ 20.02 10.69 2.17 -
YUV 70.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 183 21 29 0 0.89 0.84 0.28 357.04 0.79 0.4
Hex B7 15 1D 0 59 54 1C 165 4F 28
Octal 267 25 35 0 131 124 34 545 117 50
Binary 10110111 10101 11101 0 1011001 1010100 11100 101100101 1001111 101000

Color Harmonies of #B7151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7151D

Black with #B7151D

Text Example


Text Example

White with #B7151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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