Html Css Color HEX #B90529 Venetian Red

📋 copy color: '#B90529'

red 185 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #B90529

Tints of Venetian Red #B90529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 41 (16.41% from 255) = 17.75%

R = 80.09%
G = 2.16%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B90529 (or 0xB90529) is known color: Venetian Red. HEX triplet: B9, 05 and 29. RGB value is (185,5,41). Sum of RGB (Red+Green+Blue) = 185+5+41=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B90529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90529 is #46FAD6. Grayscale: #3E3E3E. Windows color (decimal): -4651735 or 2688441. OLE color: 2688441.

HSL color Cylindrical-coordinate representation of color #B90529: hue angle of 348º degrees, saturation: 0.95, 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 #B90529 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 41 -
CMYK 0 0.97 0.78 0.27
HSL 348º 0.95% 0.37% -
HSV(B) 348º 0.97% 0.73% -
XYZ 20.46 10.58 3.06 -
YUV 62.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 185 5 41 0 0.97 0.78 0.27 348 0.95 0.37
Hex B9 5 29 0 61 4E 1B 15C 5F 25
Octal 271 5 51 0 141 116 33 534 137 45
Binary 10111001 101 101001 0 1100001 1001110 11011 101011100 1011111 100101

Color Harmonies of #B90529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90529

Black with #B90529

Text Example


Text Example

White with #B90529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90529; }

 p { color: rgb(185,5,41); }

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

background-color css

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

 a { background-color: rgb(185,5,41); }

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

border-color css

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

 span { border-color: rgb(185,5,41); }

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