Html Css Color HEX #B1111C Venetian Red

📋 copy color: '#B1111C'

red 177 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #B1111C

Tints of Venetian Red #B1111C

RGB

 RED value IS 177 (69.53% from 255) = 79.73%

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

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

R = 79.73%
G = 7.66%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1111C (or 0xB1111C) is known color: Venetian Red. HEX triplet: B1, 11 and 1C. RGB value is (177,17,28). Sum of RGB (Red+Green+Blue) = 177+17+28=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1111C is #4EEEE3. Grayscale: #424242. Windows color (decimal): -5172964 or 1839537. OLE color: 1839537.

HSL color Cylindrical-coordinate representation of color #B1111C: hue angle of 355.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1111C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 28 -
CMYK 0 0.90 0.84 0.31
HSL 355.88º 0.82% 0.38% -
HSV(B) 355.88º 0.9% 0.69% -
XYZ 18.54 9.83 2.02 -
YUV 66.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 177 17 28 0 0.90 0.84 0.31 355.88 0.82 0.38
Hex B1 11 1C 0 5A 54 1F 164 52 26
Octal 261 21 34 0 132 124 37 544 122 46
Binary 10110001 10001 11100 0 1011010 1010100 11111 101100100 1010010 100110

Color Harmonies of #B1111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1111C

Black with #B1111C

Text Example


Text Example

White with #B1111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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