Html Css Color HEX #B7011D Venetian Red

📋 copy color: '#B7011D'

red 183 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #B7011D

Tints of Venetian Red #B7011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 85.92%
G = 0.47%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7011D (or 0xB7011D) is known color: Venetian Red. HEX triplet: B7, 01 and 1D. RGB value is (183,1,29). Sum of RGB (Red+Green+Blue) = 183+1+29=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B7011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7011D is #48FEE2. Grayscale: #3A3A3A. Windows color (decimal): -4783843 or 1900983. OLE color: 1900983.

HSL color Cylindrical-coordinate representation of color #B7011D: hue angle of 350.77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7011D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 29 -
CMYK 0 0.99 0.84 0.28
HSL 350.77º 0.99% 0.36% -
HSV(B) 350.77º 0.99% 0.72% -
XYZ 19.76 10.18 2.09 -
YUV 58.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 183 1 29 0 0.99 0.84 0.28 350.77 0.99 0.36
Hex B7 1 1D 0 63 54 1C 15F 63 24
Octal 267 1 35 0 143 124 34 537 143 44
Binary 10110111 1 11101 0 1100011 1010100 11100 101011111 1100011 100100

Color Harmonies of #B7011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7011D

Black with #B7011D

Text Example


Text Example

White with #B7011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7011D; }

 p { color: rgb(183,1,29); }

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

background-color css

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

 a { background-color: rgb(183,1,29); }

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

border-color css

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

 span { border-color: rgb(183,1,29); }

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