Html Css Color HEX #B7131C Venetian Red

📋 copy color: '#B7131C'

red 183 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #B7131C

Tints of Venetian Red #B7131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.17%

R = 79.57%
G = 8.26%
B = 12.17%

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

#B7131C (or 0xB7131C) is known color: Venetian Red. HEX triplet: B7, 13 and 1C. RGB value is (183,19,28). Sum of RGB (Red+Green+Blue) = 183+19+28=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7131C is #48ECE3. Grayscale: #454545. Windows color (decimal): -4779236 or 1840055. OLE color: 1840055.

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

Color convert

RGB 183 19 28 -
CMYK 0 0.90 0.85 0.28
HSL 356.71º 0.81% 0.4% -
HSV(B) 356.71º 0.9% 0.72% -
XYZ 19.97 10.62 2.1 -
YUV 69.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 183 19 28 0 0.90 0.85 0.28 356.71 0.81 0.4
Hex B7 13 1C 0 5A 55 1C 165 51 28
Octal 267 23 34 0 132 125 34 545 121 50
Binary 10110111 10011 11100 0 1011010 1010101 11100 101100101 1010001 101000

Color Harmonies of #B7131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7131C

Black with #B7131C

Text Example


Text Example

White with #B7131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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