Html Css Color HEX #B10405 Venetian Red

📋 copy color: '#B10405'

red 177 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #B10405

Tints of Venetian Red #B10405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 95.16%
G = 2.15%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B10405 (or 0xB10405) is known color: Venetian Red. HEX triplet: B1, 04 and 05. RGB value is (177,4,5). Sum of RGB (Red+Green+Blue) = 177+4+5=186 (24% of max value = 765). Red value is 177 (69.53% from 255 or 95.16% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 177 - color contains mainly: red. Hex color #B10405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10405 is #4EFBFA. Grayscale: #383838. Windows color (decimal): -5176315 or 328881. OLE color: 328881.

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

Color convert

RGB 177 4 5 -
CMYK 0 0.98 0.97 0.31
HSL 359.65º 0.96% 0.35% -
HSV(B) 359.65º 0.98% 0.69% -
XYZ 18.2 9.44 1.01 -
YUV 55.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 177 4 5 0 0.98 0.97 0.31 359.65 0.96 0.35
Hex B1 4 5 0 62 61 1F 168 60 23
Octal 261 4 5 0 142 141 37 550 140 43
Binary 10110001 100 101 0 1100010 1100001 11111 101101000 1100000 100011

Color Harmonies of #B10405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10405

Black with #B10405

Text Example


Text Example

White with #B10405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10405; }

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

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

background-color css

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

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

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

border-color css

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

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

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