Html Css Color HEX #B90829 Venetian Red

📋 copy color: '#B90829'

red 185 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #B90829

Tints of Venetian Red #B90829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 79.06%
G = 3.42%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B90829 (or 0xB90829) is known color: Venetian Red. HEX triplet: B9, 08 and 29. RGB value is (185,8,41). Sum of RGB (Red+Green+Blue) = 185+8+41=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B90829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90829 is #46F7D6. Grayscale: #404040. Windows color (decimal): -4650967 or 2689209. OLE color: 2689209.

HSL color Cylindrical-coordinate representation of color #B90829: hue angle of 348.81º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90829 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 41 -
CMYK 0 0.96 0.78 0.27
HSL 348.81º 0.92% 0.38% -
HSV(B) 348.81º 0.96% 0.73% -
XYZ 20.49 10.65 3.07 -
YUV 64.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 185 8 41 0 0.96 0.78 0.27 348.81 0.92 0.38
Hex B9 8 29 0 60 4E 1B 15D 5C 26
Octal 271 10 51 0 140 116 33 535 134 46
Binary 10111001 1000 101001 0 1100000 1001110 11011 101011101 1011100 100110

Color Harmonies of #B90829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90829

Black with #B90829

Text Example


Text Example

White with #B90829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90829; }

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

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

background-color css

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

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

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

border-color css

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

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

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