Html Css Color HEX #B90408 Venetian Red

📋 copy color: '#B90408'

red 185 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #B90408

Tints of Venetian Red #B90408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 93.91%
G = 2.03%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B90408 (or 0xB90408) is known color: Venetian Red. HEX triplet: B9, 04 and 08. RGB value is (185,4,8). Sum of RGB (Red+Green+Blue) = 185+4+8=197 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.91% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 185 - color contains mainly: red. Hex color #B90408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90408 is #46FBF7. Grayscale: #3A3A3A. Windows color (decimal): -4652024 or 525497. OLE color: 525497.

HSL color Cylindrical-coordinate representation of color #B90408: hue angle of 358.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 #B90408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 8 -
CMYK 0 0.98 0.96 0.27
HSL 358.67º 0.96% 0.37% -
HSV(B) 358.67º 0.98% 0.73% -
XYZ 20.09 10.42 1.18 -
YUV 58.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 185 4 8 0 0.98 0.96 0.27 358.67 0.96 0.37
Hex B9 4 8 0 62 60 1B 167 60 25
Octal 271 4 10 0 142 140 33 547 140 45
Binary 10111001 100 1000 0 1100010 1100000 11011 101100111 1100000 100101

Color Harmonies of #B90408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90408

Black with #B90408

Text Example


Text Example

White with #B90408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90408; }

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

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

background-color css

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

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

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

border-color css

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

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

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