Html Css Color HEX #B10104 Venetian Red

📋 copy color: '#B10104'

red 177 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #B10104

Tints of Venetian Red #B10104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 97.25%
G = 0.55%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B10104 (or 0xB10104) is known color: Venetian Red. HEX triplet: B1, 01 and 04. RGB value is (177,1,4). Sum of RGB (Red+Green+Blue) = 177+1+4=182 (24% of max value = 765). Red value is 177 (69.53% from 255 or 97.25% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 177 - color contains mainly: red. Hex color #B10104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10104 is #4EFEFB. Grayscale: #363636. Windows color (decimal): -5177084 or 262577. OLE color: 262577.

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

Color convert

RGB 177 1 4 -
CMYK 0 0.99 0.98 0.31
HSL 358.98º 0.99% 0.35% -
HSV(B) 358.98º 0.99% 0.69% -
XYZ 18.16 9.38 0.97 -
YUV 53.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 177 1 4 0 0.99 0.98 0.31 358.98 0.99 0.35
Hex B1 1 4 0 63 62 1F 167 63 23
Octal 261 1 4 0 143 142 37 547 143 43
Binary 10110001 1 100 0 1100011 1100010 11111 101100111 1100011 100011

Color Harmonies of #B10104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10104

Black with #B10104

Text Example


Text Example

White with #B10104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10104; }

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

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

background-color css

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

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

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

border-color css

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

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

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