Html Css Color HEX #B90508 Venetian Red

📋 copy color: '#B90508'

red 185 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #B90508

Tints of Venetian Red #B90508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 93.43%
G = 2.53%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B90508 (or 0xB90508) is known color: Venetian Red. HEX triplet: B9, 05 and 08. RGB value is (185,5,8). Sum of RGB (Red+Green+Blue) = 185+5+8=198 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.43% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 185 - color contains mainly: red. Hex color #B90508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90508 is #46FAF7. Grayscale: #3B3B3B. Windows color (decimal): -4651768 or 525753. OLE color: 525753.

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

Color convert

RGB 185 5 8 -
CMYK 0 0.97 0.96 0.27
HSL 359º 0.95% 0.37% -
HSV(B) 359º 0.97% 0.73% -
XYZ 20.11 10.44 1.19 -
YUV 59.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 185 5 8 0 0.97 0.96 0.27 359 0.95 0.37
Hex B9 5 8 0 61 60 1B 167 5F 25
Octal 271 5 10 0 141 140 33 547 137 45
Binary 10111001 101 1000 0 1100001 1100000 11011 101100111 1011111 100101

Color Harmonies of #B90508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90508

Black with #B90508

Text Example


Text Example

White with #B90508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90508; }

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

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

background-color css

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

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

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

border-color css

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

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

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