Html Css Color HEX #B1011D Venetian Red

📋 copy color: '#B1011D'

red 177 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #B1011D

Tints of Venetian Red #B1011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 85.51%
G = 0.48%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1011D (or 0xB1011D) is known color: Venetian Red. HEX triplet: B1, 01 and 1D. RGB value is (177,1,29). Sum of RGB (Red+Green+Blue) = 177+1+29=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B1011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1011D is #4EFEE2. Grayscale: #383838. Windows color (decimal): -5177059 or 1900977. OLE color: 1900977.

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

Color convert

RGB 177 1 29 -
CMYK 0 0.99 0.84 0.31
HSL 350.45º 0.99% 0.35% -
HSV(B) 350.45º 0.99% 0.69% -
XYZ 18.36 9.46 2.02 -
YUV 56.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 177 1 29 0 0.99 0.84 0.31 350.45 0.99 0.35
Hex B1 1 1D 0 63 54 1F 15E 63 23
Octal 261 1 35 0 143 124 37 536 143 43
Binary 10110001 1 11101 0 1100011 1010100 11111 101011110 1100011 100011

Color Harmonies of #B1011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1011D

Black with #B1011D

Text Example


Text Example

White with #B1011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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