Html Css Color HEX #B90113 Venetian Red

📋 copy color: '#B90113'

red 185 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #B90113

Tints of Venetian Red #B90113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 90.24%
G = 0.49%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B90113 (or 0xB90113) is known color: Venetian Red. HEX triplet: B9, 01 and 13. RGB value is (185,1,19). Sum of RGB (Red+Green+Blue) = 185+1+19=205 (27% of max value = 765). Red value is 185 (72.66% from 255 or 90.24% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 185 - color contains mainly: red. Hex color #B90113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90113 is #46FEEC. Grayscale: #3A3A3A. Windows color (decimal): -4652781 or 1245625. OLE color: 1245625.

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

Color convert

RGB 185 1 19 -
CMYK 0 0.99 0.90 0.27
HSL 354.13º 0.99% 0.36% -
HSV(B) 354.13º 0.99% 0.73% -
XYZ 20.14 10.38 1.56 -
YUV 58.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 185 1 19 0 0.99 0.90 0.27 354.13 0.99 0.36
Hex B9 1 13 0 63 5A 1B 162 63 24
Octal 271 1 23 0 143 132 33 542 143 44
Binary 10111001 1 10011 0 1100011 1011010 11011 101100010 1100011 100100

Color Harmonies of #B90113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90113

Black with #B90113

Text Example


Text Example

White with #B90113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90113; }

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

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

background-color css

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

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

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

border-color css

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

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

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