Html Css Color HEX #B90104 Venetian Red

📋 copy color: '#B90104'

red 185 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #B90104

Tints of Venetian Red #B90104

RGB

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

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

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

R = 97.37%
G = 0.53%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B90104 (or 0xB90104) is known color: Venetian Red. HEX triplet: B9, 01 and 04. RGB value is (185,1,4). Sum of RGB (Red+Green+Blue) = 185+1+4=190 (25% of max value = 765). Red value is 185 (72.66% from 255 or 97.37% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 185 - color contains mainly: red. Hex color #B90104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90104 is #46FEFB. Grayscale: #383838. Windows color (decimal): -4652796 or 262585. OLE color: 262585.

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

Color convert

RGB 185 1 4 -
CMYK 0 0.99 0.98 0.27
HSL 359.02º 0.99% 0.36% -
HSV(B) 359.02º 0.99% 0.73% -
XYZ 20.04 10.34 1.06 -
YUV 56.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 185 1 4 0 0.99 0.98 0.27 359.02 0.99 0.36
Hex B9 1 4 0 63 62 1B 167 63 24
Octal 271 1 4 0 143 142 33 547 143 44
Binary 10111001 1 100 0 1100011 1100010 11011 101100111 1100011 100100

Color Harmonies of #B90104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90104

Black with #B90104

Text Example


Text Example

White with #B90104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90104; }

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

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

background-color css

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

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

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

border-color css

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

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

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