Html Css Color HEX #B90224 Venetian Red

📋 copy color: '#B90224'

red 185 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #B90224

Tints of Venetian Red #B90224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.14%

R = 82.96%
G = 0.9%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B90224 (or 0xB90224) is known color: Venetian Red. HEX triplet: B9, 02 and 24. RGB value is (185,2,36). Sum of RGB (Red+Green+Blue) = 185+2+36=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B90224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90224 is #46FDDB. Grayscale: #3C3C3C. Windows color (decimal): -4652508 or 2359993. OLE color: 2359993.

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

Color convert

RGB 185 2 36 -
CMYK 0 0.99 0.81 0.27
HSL 348.85º 0.98% 0.37% -
HSV(B) 348.85º 0.99% 0.73% -
XYZ 20.35 10.49 2.62 -
YUV 60.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 185 2 36 0 0.99 0.81 0.27 348.85 0.98 0.37
Hex B9 2 24 0 63 51 1B 15D 62 25
Octal 271 2 44 0 143 121 33 535 142 45
Binary 10111001 10 100100 0 1100011 1010001 11011 101011101 1100010 100101

Color Harmonies of #B90224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90224

Black with #B90224

Text Example


Text Example

White with #B90224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90224; }

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

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

background-color css

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

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

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

border-color css

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

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

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