Html Css Color HEX #B90004 Venetian Red

📋 copy color: '#B90004'

red 185 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #B90004

Tints of Venetian Red #B90004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.88%
G = 0%
B = 2.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B90004 (or 0xB90004) is known color: Venetian Red. HEX triplet: B9, 00 and 04. RGB value is (185,0,4). Sum of RGB (Red+Green+Blue) = 185+0+4=189 (25% of max value = 765). Red value is 185 (72.66% from 255 or 97.88% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 185 - color contains mainly: red. Hex color #B90004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90004 is #46FFFB. Grayscale: #373737. Windows color (decimal): -4653052 or 262329. OLE color: 262329.

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

Color convert

RGB 185 0 4 -
CMYK 0 1 0.98 0.27
HSL 358.7º 1% 0.36% -
HSV(B) 358.7º 1% 0.73% -
XYZ 20.03 10.32 1.05 -
YUV 55.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 185 0 4 0 1 0.98 0.27 358.7 1 0.36
Hex B9 0 4 0 64 62 1B 167 64 24
Octal 271 0 4 0 144 142 33 547 144 44
Binary 10111001 0 100 0 1100100 1100010 11011 101100111 1100100 100100

Color Harmonies of #B90004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90004

Black with #B90004

Text Example


Text Example

White with #B90004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90004; }

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

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

background-color css

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

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

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

border-color css

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

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

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