Html Css Color HEX #B1011B Venetian Red

📋 copy color: '#B1011B'

red 177 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #B1011B

Tints of Venetian Red #B1011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 86.34%
G = 0.49%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1011B (or 0xB1011B) is known color: Venetian Red. HEX triplet: B1, 01 and 1B. RGB value is (177,1,27). Sum of RGB (Red+Green+Blue) = 177+1+27=205 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.34% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 177 - color contains mainly: red. Hex color #B1011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1011B is #4EFEE4. Grayscale: #383838. Windows color (decimal): -5177061 or 1769905. OLE color: 1769905.

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

Color convert

RGB 177 1 27 -
CMYK 0 0.99 0.85 0.31
HSL 351.14º 0.99% 0.35% -
HSV(B) 351.14º 0.99% 0.69% -
XYZ 18.34 9.45 1.89 -
YUV 56.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 177 1 27 0 0.99 0.85 0.31 351.14 0.99 0.35
Hex B1 1 1B 0 63 55 1F 15F 63 23
Octal 261 1 33 0 143 125 37 537 143 43
Binary 10110001 1 11011 0 1100011 1010101 11111 101011111 1100011 100011

Color Harmonies of #B1011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1011B

Black with #B1011B

Text Example


Text Example

White with #B1011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1011B; }

 p { color: rgb(177,1,27); }

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

background-color css

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

 a { background-color: rgb(177,1,27); }

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

border-color css

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

 span { border-color: rgb(177,1,27); }

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