Html Css Color HEX #B10001 Venetian Red

📋 copy color: '#B10001'

red 177 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #B10001

Tints of Venetian Red #B10001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 99.44%
G = 0%
B = 0.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B10001 (or 0xB10001) is known color: Venetian Red. HEX triplet: B1, 00 and 01. RGB value is (177,0,1). Sum of RGB (Red+Green+Blue) = 177+0+1=178 (23% of max value = 765). Red value is 177 (69.53% from 255 or 99.44% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 177 - color contains mainly: red. Hex color #B10001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10001 is #4EFFFE. Grayscale: #353535. Windows color (decimal): -5177343 or 65713. OLE color: 65713.

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

Color convert

RGB 177 0 1 -
CMYK 0 1 0.99 0.31
HSL 359.66º 1% 0.35% -
HSV(B) 359.66º 1% 0.69% -
XYZ 18.14 9.35 0.88 -
YUV 53.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 177 0 1 0 1 0.99 0.31 359.66 1 0.35
Hex B1 0 1 0 64 63 1F 168 64 23
Octal 261 0 1 0 144 143 37 550 144 43
Binary 10110001 0 1 0 1100100 1100011 11111 101101000 1100100 100011

Color Harmonies of #B10001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10001

Black with #B10001

Text Example


Text Example

White with #B10001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10001; }

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

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

background-color css

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

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

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

border-color css

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

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

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