Html Css Color HEX #B90115 Venetian Red

📋 copy color: '#B90115'

red 185 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #B90115

Tints of Venetian Red #B90115

RGB

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

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

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

R = 89.37%
G = 0.48%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B90115 (or 0xB90115) is known color: Venetian Red. HEX triplet: B9, 01 and 15. RGB value is (185,1,21). Sum of RGB (Red+Green+Blue) = 185+1+21=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B90115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90115 is #46FEEA. Grayscale: #3A3A3A. Windows color (decimal): -4652779 or 1376697. OLE color: 1376697.

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

Color convert

RGB 185 1 21 -
CMYK 0 0.99 0.89 0.27
HSL 353.48º 0.99% 0.36% -
HSV(B) 353.48º 0.99% 0.73% -
XYZ 20.15 10.39 1.65 -
YUV 58.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 185 1 21 0 0.99 0.89 0.27 353.48 0.99 0.36
Hex B9 1 15 0 63 59 1B 161 63 24
Octal 271 1 25 0 143 131 33 541 143 44
Binary 10111001 1 10101 0 1100011 1011001 11011 101100001 1100011 100100

Color Harmonies of #B90115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90115

Black with #B90115

Text Example


Text Example

White with #B90115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90115; }

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

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

background-color css

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

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

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

border-color css

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

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

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