Html Css Color HEX #B90129 Venetian Red

📋 copy color: '#B90129'

red 185 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #B90129

Tints of Venetian Red #B90129

RGB

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

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

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

R = 81.5%
G = 0.44%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B90129 (or 0xB90129) is known color: Venetian Red. HEX triplet: B9, 01 and 29. RGB value is (185,1,41). Sum of RGB (Red+Green+Blue) = 185+1+41=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B90129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90129 is #46FED6. Grayscale: #3C3C3C. Windows color (decimal): -4652759 or 2687417. OLE color: 2687417.

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

Color convert

RGB 185 1 41 -
CMYK 0 0.99 0.78 0.27
HSL 346.96º 0.99% 0.36% -
HSV(B) 346.96º 0.99% 0.73% -
XYZ 20.42 10.5 3.05 -
YUV 60.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 185 1 41 0 0.99 0.78 0.27 346.96 0.99 0.36
Hex B9 1 29 0 63 4E 1B 15B 63 24
Octal 271 1 51 0 143 116 33 533 143 44
Binary 10111001 1 101001 0 1100011 1001110 11011 101011011 1100011 100100

Color Harmonies of #B90129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90129

Black with #B90129

Text Example


Text Example

White with #B90129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90129; }

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

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

background-color css

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

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

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

border-color css

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

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

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