Html Css Color HEX #B90405 Venetian Red

📋 copy color: '#B90405'

red 185 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #B90405

Tints of Venetian Red #B90405

RGB

 RED value IS 185 (72.66% from 255) = 95.36%

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

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

R = 95.36%
G = 2.06%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B90405 (or 0xB90405) is known color: Venetian Red. HEX triplet: B9, 04 and 05. RGB value is (185,4,5). Sum of RGB (Red+Green+Blue) = 185+4+5=194 (25% of max value = 765). Red value is 185 (72.66% from 255 or 95.36% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 185 - color contains mainly: red. Hex color #B90405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90405 is #46FBFA. Grayscale: #3A3A3A. Windows color (decimal): -4652027 or 328889. OLE color: 328889.

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

Color convert

RGB 185 4 5 -
CMYK 0 0.98 0.97 0.27
HSL 359.67º 0.96% 0.37% -
HSV(B) 359.67º 0.98% 0.73% -
XYZ 20.08 10.41 1.1 -
YUV 58.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 185 4 5 0 0.98 0.97 0.27 359.67 0.96 0.37
Hex B9 4 5 0 62 61 1B 168 60 25
Octal 271 4 5 0 142 141 33 550 140 45
Binary 10111001 100 101 0 1100010 1100001 11011 101101000 1100000 100101

Color Harmonies of #B90405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90405

Black with #B90405

Text Example


Text Example

White with #B90405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90405; }

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

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

background-color css

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

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

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

border-color css

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

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

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