Html Css Color HEX #B7081A Venetian Red

📋 copy color: '#B7081A'

red 183 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #B7081A

Tints of Venetian Red #B7081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 84.33%
G = 3.69%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7081A (or 0xB7081A) is known color: Venetian Red. HEX triplet: B7, 08 and 1A. RGB value is (183,8,26). Sum of RGB (Red+Green+Blue) = 183+8+26=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7081A is #48F7E5. Grayscale: #3E3E3E. Windows color (decimal): -4782054 or 1706167. OLE color: 1706167.

HSL color Cylindrical-coordinate representation of color #B7081A: hue angle of 353.83º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7081A is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 26 -
CMYK 0 0.96 0.86 0.28
HSL 353.83º 0.92% 0.37% -
HSV(B) 353.83º 0.96% 0.72% -
XYZ 19.8 10.32 1.92 -
YUV 62.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 183 8 26 0 0.96 0.86 0.28 353.83 0.92 0.37
Hex B7 8 1A 0 60 56 1C 162 5C 25
Octal 267 10 32 0 140 126 34 542 134 45
Binary 10110111 1000 11010 0 1100000 1010110 11100 101100010 1011100 100101

Color Harmonies of #B7081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7081A

Black with #B7081A

Text Example


Text Example

White with #B7081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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