Html Css Color HEX #B90624 Venetian Red

📋 copy color: '#B90624'

red 185 ◦ green 6 ◦ blue 36

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

Shades of Venetian Red #B90624

Tints of Venetian Red #B90624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 81.5%
G = 2.64%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B90624 (or 0xB90624) is known color: Venetian Red. HEX triplet: B9, 06 and 24. RGB value is (185,6,36). Sum of RGB (Red+Green+Blue) = 185+6+36=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B90624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90624 is #46F9DB. Grayscale: #3F3F3F. Windows color (decimal): -4651484 or 2361017. OLE color: 2361017.

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

Color convert

RGB 185 6 36 -
CMYK 0 0.97 0.81 0.27
HSL 349.94º 0.94% 0.37% -
HSV(B) 349.94º 0.97% 0.73% -
XYZ 20.39 10.57 2.63 -
YUV 62.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 185 6 36 0 0.97 0.81 0.27 349.94 0.94 0.37
Hex B9 6 24 0 61 51 1B 15E 5E 25
Octal 271 6 44 0 141 121 33 536 136 45
Binary 10111001 110 100100 0 1100001 1010001 11011 101011110 1011110 100101

Color Harmonies of #B90624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90624

Black with #B90624

Text Example


Text Example

White with #B90624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90624; }

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

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

background-color css

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

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

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

border-color css

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

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

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