Html Css Color HEX #B7131A Venetian Red

📋 copy color: '#B7131A'

red 183 ◦ green 19 ◦ blue 26

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

Shades of Venetian Red #B7131A

Tints of Venetian Red #B7131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 80.26%
G = 8.33%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7131A (or 0xB7131A) is known color: Venetian Red. HEX triplet: B7, 13 and 1A. RGB value is (183,19,26). Sum of RGB (Red+Green+Blue) = 183+19+26=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B7131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7131A is #48ECE5. Grayscale: #444444. Windows color (decimal): -4779238 or 1708983. OLE color: 1708983.

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

Color convert

RGB 183 19 26 -
CMYK 0 0.90 0.86 0.28
HSL 357.44º 0.81% 0.4% -
HSV(B) 357.44º 0.9% 0.72% -
XYZ 19.95 10.61 1.97 -
YUV 68.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 183 19 26 0 0.90 0.86 0.28 357.44 0.81 0.4
Hex B7 13 1A 0 5A 56 1C 165 51 28
Octal 267 23 32 0 132 126 34 545 121 50
Binary 10110111 10011 11010 0 1011010 1010110 11100 101100101 1010001 101000

Color Harmonies of #B7131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7131A

Black with #B7131A

Text Example


Text Example

White with #B7131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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