Html Css Color HEX #B90124 Venetian Red

📋 copy color: '#B90124'

red 185 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #B90124

Tints of Venetian Red #B90124

RGB

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

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

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

R = 83.33%
G = 0.45%
B = 16.22%

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

#B90124 (or 0xB90124) is known color: Venetian Red. HEX triplet: B9, 01 and 24. RGB value is (185,1,36). Sum of RGB (Red+Green+Blue) = 185+1+36=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B90124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90124 is #46FEDB. Grayscale: #3C3C3C. Windows color (decimal): -4652764 or 2359737. OLE color: 2359737.

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

Color convert

RGB 185 1 36 -
CMYK 0 0.99 0.81 0.27
HSL 348.59º 0.99% 0.36% -
HSV(B) 348.59º 0.99% 0.73% -
XYZ 20.34 10.46 2.62 -
YUV 60.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 185 1 36 0 0.99 0.81 0.27 348.59 0.99 0.36
Hex B9 1 24 0 63 51 1B 15D 63 24
Octal 271 1 44 0 143 121 33 535 143 44
Binary 10111001 1 100100 0 1100011 1010001 11011 101011101 1100011 100100

Color Harmonies of #B90124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90124

Black with #B90124

Text Example


Text Example

White with #B90124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90124; }

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

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

background-color css

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

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

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

border-color css

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

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

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