Html Css Color HEX #B90926 Venetian Red

📋 copy color: '#B90926'

red 185 ◦ green 9 ◦ blue 38

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

Shades of Venetian Red #B90926

Tints of Venetian Red #B90926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 79.74%
G = 3.88%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B90926 (or 0xB90926) is known color: Venetian Red. HEX triplet: B9, 09 and 26. RGB value is (185,9,38). Sum of RGB (Red+Green+Blue) = 185+9+38=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B90926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90926 is #46F6D9. Grayscale: #404040. Windows color (decimal): -4650714 or 2492857. OLE color: 2492857.

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

Color convert

RGB 185 9 38 -
CMYK 0 0.95 0.79 0.27
HSL 350.11º 0.91% 0.38% -
HSV(B) 350.11º 0.95% 0.73% -
XYZ 20.46 10.65 2.81 -
YUV 64.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 185 9 38 0 0.95 0.79 0.27 350.11 0.91 0.38
Hex B9 9 26 0 5F 4F 1B 15E 5B 26
Octal 271 11 46 0 137 117 33 536 133 46
Binary 10111001 1001 100110 0 1011111 1001111 11011 101011110 1011011 100110

Color Harmonies of #B90926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90926

Black with #B90926

Text Example


Text Example

White with #B90926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90926; }

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

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

background-color css

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

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

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

border-color css

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

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

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