Html Css Color HEX #B90213 Venetian Red

📋 copy color: '#B90213'

red 185 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #B90213

Tints of Venetian Red #B90213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 89.81%
G = 0.97%
B = 9.22%

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

#B90213 (or 0xB90213) is known color: Venetian Red. HEX triplet: B9, 02 and 13. RGB value is (185,2,19). Sum of RGB (Red+Green+Blue) = 185+2+19=206 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.81% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 185 - color contains mainly: red. Hex color #B90213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90213 is #46FDEC. Grayscale: #3A3A3A. Windows color (decimal): -4652525 or 1245881. OLE color: 1245881.

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

Color convert

RGB 185 2 19 -
CMYK 0 0.99 0.90 0.27
HSL 354.43º 0.98% 0.37% -
HSV(B) 354.43º 0.99% 0.73% -
XYZ 20.15 10.4 1.56 -
YUV 58.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 185 2 19 0 0.99 0.90 0.27 354.43 0.98 0.37
Hex B9 2 13 0 63 5A 1B 162 62 25
Octal 271 2 23 0 143 132 33 542 142 45
Binary 10111001 10 10011 0 1100011 1011010 11011 101100010 1100010 100101

Color Harmonies of #B90213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90213

Black with #B90213

Text Example


Text Example

White with #B90213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90213; }

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

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

background-color css

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

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

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

border-color css

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

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

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