Html Css Color HEX #B1101E Venetian Red

📋 copy color: '#B1101E'

red 177 ◦ green 16 ◦ blue 30

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

Shades of Venetian Red #B1101E

Tints of Venetian Red #B1101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 79.37%
G = 7.17%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1101E (or 0xB1101E) is known color: Venetian Red. HEX triplet: B1, 10 and 1E. RGB value is (177,16,30). Sum of RGB (Red+Green+Blue) = 177+16+30=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1101E is #4EEFE1. Grayscale: #414141. Windows color (decimal): -5173218 or 1970353. OLE color: 1970353.

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

Color convert

RGB 177 16 30 -
CMYK 0 0.91 0.83 0.31
HSL 354.78º 0.83% 0.38% -
HSV(B) 354.78º 0.91% 0.69% -
XYZ 18.55 9.81 2.14 -
YUV 65.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 177 16 30 0 0.91 0.83 0.31 354.78 0.83 0.38
Hex B1 10 1E 0 5B 53 1F 163 53 26
Octal 261 20 36 0 133 123 37 543 123 46
Binary 10110001 10000 11110 0 1011011 1010011 11111 101100011 1010011 100110

Color Harmonies of #B1101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1101E

Black with #B1101E

Text Example


Text Example

White with #B1101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1101E; }

 p { color: rgb(177,16,30); }

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

background-color css

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

 a { background-color: rgb(177,16,30); }

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

border-color css

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

 span { border-color: rgb(177,16,30); }

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