Html Css Color HEX #B1011A Venetian Red

📋 copy color: '#B1011A'

red 177 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #B1011A

Tints of Venetian Red #B1011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 86.76%
G = 0.49%
B = 12.75%

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

#B1011A (or 0xB1011A) is known color: Venetian Red. HEX triplet: B1, 01 and 1A. RGB value is (177,1,26). Sum of RGB (Red+Green+Blue) = 177+1+26=204 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.76% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 177 - color contains mainly: red. Hex color #B1011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1011A is #4EFEE5. Grayscale: #383838. Windows color (decimal): -5177062 or 1704369. OLE color: 1704369.

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

Color convert

RGB 177 1 26 -
CMYK 0 0.99 0.85 0.31
HSL 351.48º 0.99% 0.35% -
HSV(B) 351.48º 0.99% 0.69% -
XYZ 18.33 9.44 1.83 -
YUV 56.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 177 1 26 0 0.99 0.85 0.31 351.48 0.99 0.35
Hex B1 1 1A 0 63 55 1F 15F 63 23
Octal 261 1 32 0 143 125 37 537 143 43
Binary 10110001 1 11010 0 1100011 1010101 11111 101011111 1100011 100011

Color Harmonies of #B1011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1011A

Black with #B1011A

Text Example


Text Example

White with #B1011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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