Html Css Color HEX #B1011F Venetian Red

📋 copy color: '#B1011F'

red 177 ◦ green 1 ◦ blue 31

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

Shades of Venetian Red #B1011F

Tints of Venetian Red #B1011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 84.69%
G = 0.48%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1011F (or 0xB1011F) is known color: Venetian Red. HEX triplet: B1, 01 and 1F. RGB value is (177,1,31). Sum of RGB (Red+Green+Blue) = 177+1+31=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B1011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1011F is #4EFEE0. Grayscale: #393939. Windows color (decimal): -5177057 or 2032049. OLE color: 2032049.

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

Color convert

RGB 177 1 31 -
CMYK 0 0.99 0.82 0.31
HSL 349.77º 0.99% 0.35% -
HSV(B) 349.77º 0.99% 0.69% -
XYZ 18.39 9.47 2.15 -
YUV 57.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 177 1 31 0 0.99 0.82 0.31 349.77 0.99 0.35
Hex B1 1 1F 0 63 52 1F 15E 63 23
Octal 261 1 37 0 143 122 37 536 143 43
Binary 10110001 1 11111 0 1100011 1010010 11111 101011110 1100011 100011

Color Harmonies of #B1011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1011F

Black with #B1011F

Text Example


Text Example

White with #B1011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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