Html Css Color HEX #B7141D Venetian Red

📋 copy color: '#B7141D'

red 183 ◦ green 20 ◦ blue 29

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

Shades of Venetian Red #B7141D

Tints of Venetian Red #B7141D

RGB

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

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

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

R = 78.88%
G = 8.62%
B = 12.5%

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

#B7141D (or 0xB7141D) is known color: Venetian Red. HEX triplet: B7, 14 and 1D. RGB value is (183,20,29). Sum of RGB (Red+Green+Blue) = 183+20+29=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7141D is #48EBE2. Grayscale: #454545. Windows color (decimal): -4778979 or 1905847. OLE color: 1905847.

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

Color convert

RGB 183 20 29 -
CMYK 0 0.89 0.84 0.28
HSL 356.69º 0.8% 0.4% -
HSV(B) 356.69º 0.89% 0.72% -
XYZ 20 10.66 2.17 -
YUV 69.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 183 20 29 0 0.89 0.84 0.28 356.69 0.8 0.4
Hex B7 14 1D 0 59 54 1C 165 50 28
Octal 267 24 35 0 131 124 34 545 120 50
Binary 10110111 10100 11101 0 1011001 1010100 11100 101100101 1010000 101000

Color Harmonies of #B7141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7141D

Black with #B7141D

Text Example


Text Example

White with #B7141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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