Html Css Color HEX #B90826 Venetian Red

📋 copy color: '#B90826'

red 185 ◦ green 8 ◦ blue 38

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

Shades of Venetian Red #B90826

Tints of Venetian Red #B90826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.45%

R = 80.09%
G = 3.46%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B90826 (or 0xB90826) is known color: Venetian Red. HEX triplet: B9, 08 and 26. RGB value is (185,8,38). Sum of RGB (Red+Green+Blue) = 185+8+38=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B90826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90826 is #46F7D9. Grayscale: #404040. Windows color (decimal): -4650970 or 2492601. OLE color: 2492601.

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

Color convert

RGB 185 8 38 -
CMYK 0 0.96 0.79 0.27
HSL 349.83º 0.92% 0.38% -
HSV(B) 349.83º 0.96% 0.73% -
XYZ 20.44 10.63 2.81 -
YUV 64.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 185 8 38 0 0.96 0.79 0.27 349.83 0.92 0.38
Hex B9 8 26 0 60 4F 1B 15E 5C 26
Octal 271 10 46 0 140 117 33 536 134 46
Binary 10111001 1000 100110 0 1100000 1001111 11011 101011110 1011100 100110

Color Harmonies of #B90826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90826

Black with #B90826

Text Example


Text Example

White with #B90826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90826; }

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

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

background-color css

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

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

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

border-color css

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

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

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