Html Css Color HEX #B90A2A Venetian Red

📋 copy color: '#B90A2A'

red 185 ◦ green 10 ◦ blue 42

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

Shades of Venetian Red #B90A2A

Tints of Venetian Red #B90A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 78.06%
G = 4.22%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B90A2A (or 0xB90A2A) is known color: Venetian Red. HEX triplet: B9, 0A and 2A. RGB value is (185,10,42). Sum of RGB (Red+Green+Blue) = 185+10+42=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90A2A is #46F5D5. Grayscale: #424242. Windows color (decimal): -4650454 or 2755257. OLE color: 2755257.

HSL color Cylindrical-coordinate representation of color #B90A2A: hue angle of 349.03º degrees, saturation: 0.9, 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 #B90A2A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 10 42 -
CMYK 0 0.95 0.77 0.27
HSL 349.03º 0.9% 0.38% -
HSV(B) 349.03º 0.95% 0.73% -
XYZ 20.53 10.7 3.17 -
YUV 65.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 185 10 42 0 0.95 0.77 0.27 349.03 0.9 0.38
Hex B9 A 2A 0 5F 4D 1B 15D 5A 26
Octal 271 12 52 0 137 115 33 535 132 46
Binary 10111001 1010 101010 0 1011111 1001101 11011 101011101 1011010 100110

Color Harmonies of #B90A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A2A

Black with #B90A2A

Text Example


Text Example

White with #B90A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A2A; }

 p { color: rgb(185,10,42); }

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

background-color css

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

 a { background-color: rgb(185,10,42); }

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

border-color css

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

 span { border-color: rgb(185,10,42); }

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