Html Css Color HEX #B7111C Venetian Red

📋 copy color: '#B7111C'

red 183 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #B7111C

Tints of Venetian Red #B7111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

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

R = 80.26%
G = 7.46%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7111C (or 0xB7111C) is known color: Venetian Red. HEX triplet: B7, 11 and 1C. RGB value is (183,17,28). Sum of RGB (Red+Green+Blue) = 183+17+28=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B7111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7111C is #48EEE3. Grayscale: #444444. Windows color (decimal): -4779748 or 1839543. OLE color: 1839543.

HSL color Cylindrical-coordinate representation of color #B7111C: hue angle of 356.02º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7111C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 28 -
CMYK 0 0.91 0.85 0.28
HSL 356.02º 0.83% 0.39% -
HSV(B) 356.02º 0.91% 0.72% -
XYZ 19.94 10.55 2.08 -
YUV 67.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 183 17 28 0 0.91 0.85 0.28 356.02 0.83 0.39
Hex B7 11 1C 0 5B 55 1C 164 53 27
Octal 267 21 34 0 133 125 34 544 123 47
Binary 10110111 10001 11100 0 1011011 1010101 11100 101100100 1010011 100111

Color Harmonies of #B7111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7111C

Black with #B7111C

Text Example


Text Example

White with #B7111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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