Html Css Color HEX #B90305 Venetian Red

📋 copy color: '#B90305'

red 185 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #B90305

Tints of Venetian Red #B90305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 95.85%
G = 1.55%
B = 2.59%

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

#B90305 (or 0xB90305) is known color: Venetian Red. HEX triplet: B9, 03 and 05. RGB value is (185,3,5). Sum of RGB (Red+Green+Blue) = 185+3+5=193 (25% of max value = 765). Red value is 185 (72.66% from 255 or 95.85% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 185 - color contains mainly: red. Hex color #B90305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90305 is #46FCFA. Grayscale: #393939. Windows color (decimal): -4652283 or 328633. OLE color: 328633.

HSL color Cylindrical-coordinate representation of color #B90305: hue angle of 359.34º degrees, saturation: 0.97, 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 #B90305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 5 -
CMYK 0 0.98 0.97 0.27
HSL 359.34º 0.97% 0.37% -
HSV(B) 359.34º 0.98% 0.73% -
XYZ 20.07 10.39 1.09 -
YUV 57.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 185 3 5 0 0.98 0.97 0.27 359.34 0.97 0.37
Hex B9 3 5 0 62 61 1B 167 61 25
Octal 271 3 5 0 142 141 33 547 141 45
Binary 10111001 11 101 0 1100010 1100001 11011 101100111 1100001 100101

Color Harmonies of #B90305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90305

Black with #B90305

Text Example


Text Example

White with #B90305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90305; }

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

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

background-color css

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

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

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

border-color css

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

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

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