Html Css Color HEX #B90015 Venetian Red

📋 copy color: '#B90015'

red 185 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #B90015

Tints of Venetian Red #B90015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 89.81%
G = 0%
B = 10.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90015 (or 0xB90015) is known color: Venetian Red. HEX triplet: B9, 00 and 15. RGB value is (185,0,21). Sum of RGB (Red+Green+Blue) = 185+0+21=206 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.81% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 185 - color contains mainly: red. Hex color #B90015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90015 is #46FFEA. Grayscale: #393939. Windows color (decimal): -4653035 or 1376441. OLE color: 1376441.

HSL color Cylindrical-coordinate representation of color #B90015: hue angle of 353.19º 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 #B90015 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 21 -
CMYK 0 1 0.89 0.27
HSL 353.19º 1% 0.36% -
HSV(B) 353.19º 1% 0.73% -
XYZ 20.14 10.37 1.65 -
YUV 57.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 185 0 21 0 1 0.89 0.27 353.19 1 0.36
Hex B9 0 15 0 64 59 1B 161 64 24
Octal 271 0 25 0 144 131 33 541 144 44
Binary 10111001 0 10101 0 1100100 1011001 11011 101100001 1100100 100100

Color Harmonies of #B90015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90015

Black with #B90015

Text Example


Text Example

White with #B90015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90015; }

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

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

background-color css

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

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

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

border-color css

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

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

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