Html Css Color HEX #B90024 Venetian Red

📋 copy color: '#B90024'

red 185 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #B90024

Tints of Venetian Red #B90024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.71%
G = 0%
B = 16.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B90024 (or 0xB90024) is known color: Venetian Red. HEX triplet: B9, 00 and 24. RGB value is (185,0,36). Sum of RGB (Red+Green+Blue) = 185+0+36=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B90024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90024 is #46FFDB. Grayscale: #3B3B3B. Windows color (decimal): -4653020 or 2359481. OLE color: 2359481.

HSL color Cylindrical-coordinate representation of color #B90024: hue angle of 348.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90024 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 36 -
CMYK 0 1 0.81 0.27
HSL 348.32º 1% 0.36% -
HSV(B) 348.32º 1% 0.73% -
XYZ 20.33 10.44 2.61 -
YUV 59.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 185 0 36 0 1 0.81 0.27 348.32 1 0.36
Hex B9 0 24 0 64 51 1B 15C 64 24
Octal 271 0 44 0 144 121 33 534 144 44
Binary 10111001 0 100100 0 1100100 1010001 11011 101011100 1100100 100100

Color Harmonies of #B90024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90024

Black with #B90024

Text Example


Text Example

White with #B90024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90024; }

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

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

background-color css

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

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

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

border-color css

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

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

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