Html Css Color HEX #B7141F Venetian Red

📋 copy color: '#B7141F'

red 183 ◦ green 20 ◦ blue 31

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

Shades of Venetian Red #B7141F

Tints of Venetian Red #B7141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 78.21%
G = 8.55%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7141F (or 0xB7141F) is known color: Venetian Red. HEX triplet: B7, 14 and 1F. RGB value is (183,20,31). Sum of RGB (Red+Green+Blue) = 183+20+31=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7141F is #48EBE0. Grayscale: #464646. Windows color (decimal): -4778977 or 2036919. OLE color: 2036919.

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

Color convert

RGB 183 20 31 -
CMYK 0 0.89 0.83 0.28
HSL 355.95º 0.8% 0.4% -
HSV(B) 355.95º 0.89% 0.72% -
XYZ 20.03 10.67 2.3 -
YUV 69.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 183 20 31 0 0.89 0.83 0.28 355.95 0.8 0.4
Hex B7 14 1F 0 59 53 1C 164 50 28
Octal 267 24 37 0 131 123 34 544 120 50
Binary 10110111 10100 11111 0 1011001 1010011 11100 101100100 1010000 101000

Color Harmonies of #B7141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7141F

Black with #B7141F

Text Example


Text Example

White with #B7141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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