Html Css Color HEX #B90126 Venetian Red

📋 copy color: '#B90126'

red 185 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #B90126

Tints of Venetian Red #B90126

RGB

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

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

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

R = 82.59%
G = 0.45%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B90126 (or 0xB90126) is known color: Venetian Red. HEX triplet: B9, 01 and 26. RGB value is (185,1,38). Sum of RGB (Red+Green+Blue) = 185+1+38=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90126 is #46FED9. Grayscale: #3C3C3C. Windows color (decimal): -4652762 or 2490809. OLE color: 2490809.

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

Color convert

RGB 185 1 38 -
CMYK 0 0.99 0.79 0.27
HSL 347.93º 0.99% 0.36% -
HSV(B) 347.93º 0.99% 0.73% -
XYZ 20.37 10.48 2.78 -
YUV 60.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 185 1 38 0 0.99 0.79 0.27 347.93 0.99 0.36
Hex B9 1 26 0 63 4F 1B 15C 63 24
Octal 271 1 46 0 143 117 33 534 143 44
Binary 10111001 1 100110 0 1100011 1001111 11011 101011100 1100011 100100

Color Harmonies of #B90126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90126

Black with #B90126

Text Example


Text Example

White with #B90126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90126; }

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

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

background-color css

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

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

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

border-color css

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

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

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