Html Css Color HEX #B90223 Venetian Red

📋 copy color: '#B90223'

red 185 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #B90223

Tints of Venetian Red #B90223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 83.33%
G = 0.9%
B = 15.77%

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

#B90223 (or 0xB90223) is known color: Venetian Red. HEX triplet: B9, 02 and 23. RGB value is (185,2,35). Sum of RGB (Red+Green+Blue) = 185+2+35=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90223 is #46FDDC. Grayscale: #3C3C3C. Windows color (decimal): -4652509 or 2294457. OLE color: 2294457.

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

Color convert

RGB 185 2 35 -
CMYK 0 0.99 0.81 0.27
HSL 349.18º 0.98% 0.37% -
HSV(B) 349.18º 0.99% 0.73% -
XYZ 20.33 10.48 2.54 -
YUV 60.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 185 2 35 0 0.99 0.81 0.27 349.18 0.98 0.37
Hex B9 2 23 0 63 51 1B 15D 62 25
Octal 271 2 43 0 143 121 33 535 142 45
Binary 10111001 10 100011 0 1100011 1010001 11011 101011101 1100010 100101

Color Harmonies of #B90223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90223

Black with #B90223

Text Example


Text Example

White with #B90223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90223; }

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

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

background-color css

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

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

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

border-color css

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

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

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