Html Css Color HEX #B7011C Venetian Red

📋 copy color: '#B7011C'

red 183 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #B7011C

Tints of Venetian Red #B7011C

RGB

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

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

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

R = 86.32%
G = 0.47%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7011C (or 0xB7011C) is known color: Venetian Red. HEX triplet: B7, 01 and 1C. RGB value is (183,1,28). Sum of RGB (Red+Green+Blue) = 183+1+28=212 (28% of max value = 765). Red value is 183 (71.88% from 255 or 86.32% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 183 - color contains mainly: red. Hex color #B7011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7011C is #48FEE3. Grayscale: #3A3A3A. Windows color (decimal): -4783844 or 1835447. OLE color: 1835447.

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

Color convert

RGB 183 1 28 -
CMYK 0 0.99 0.85 0.28
HSL 351.1º 0.99% 0.36% -
HSV(B) 351.1º 0.99% 0.72% -
XYZ 19.75 10.17 2.02 -
YUV 58.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 183 1 28 0 0.99 0.85 0.28 351.1 0.99 0.36
Hex B7 1 1C 0 63 55 1C 15F 63 24
Octal 267 1 34 0 143 125 34 537 143 44
Binary 10110111 1 11100 0 1100011 1010101 11100 101011111 1100011 100100

Color Harmonies of #B7011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7011C

Black with #B7011C

Text Example


Text Example

White with #B7011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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