Html Css Color HEX #B7131B Venetian Red

📋 copy color: '#B7131B'

red 183 ◦ green 19 ◦ blue 27

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

Shades of Venetian Red #B7131B

Tints of Venetian Red #B7131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 79.91%
G = 8.3%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7131B (or 0xB7131B) is known color: Venetian Red. HEX triplet: B7, 13 and 1B. RGB value is (183,19,27). Sum of RGB (Red+Green+Blue) = 183+19+27=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7131B is #48ECE4. Grayscale: #454545. Windows color (decimal): -4779237 or 1774519. OLE color: 1774519.

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

Color convert

RGB 183 19 27 -
CMYK 0 0.90 0.85 0.28
HSL 357.07º 0.81% 0.4% -
HSV(B) 357.07º 0.9% 0.72% -
XYZ 19.96 10.61 2.03 -
YUV 68.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 183 19 27 0 0.90 0.85 0.28 357.07 0.81 0.4
Hex B7 13 1B 0 5A 55 1C 165 51 28
Octal 267 23 33 0 132 125 34 545 121 50
Binary 10110111 10011 11011 0 1011010 1010101 11100 101100101 1010001 101000

Color Harmonies of #B7131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7131B

Black with #B7131B

Text Example


Text Example

White with #B7131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7131B; }

 p { color: rgb(183,19,27); }

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

background-color css

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

 a { background-color: rgb(183,19,27); }

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

border-color css

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

 span { border-color: rgb(183,19,27); }

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