Html Css Color HEX #B9042A Venetian Red

📋 copy color: '#B9042A'

red 185 ◦ green 4 ◦ blue 42

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

Shades of Venetian Red #B9042A

Tints of Venetian Red #B9042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

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

R = 80.09%
G = 1.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9042A (or 0xB9042A) is known color: Venetian Red. HEX triplet: B9, 04 and 2A. RGB value is (185,4,42). Sum of RGB (Red+Green+Blue) = 185+4+42=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9042A is #46FBD5. Grayscale: #3E3E3E. Windows color (decimal): -4651990 or 2753721. OLE color: 2753721.

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

Color convert

RGB 185 4 42 -
CMYK 0 0.98 0.77 0.27
HSL 347.4º 0.96% 0.37% -
HSV(B) 347.4º 0.98% 0.73% -
XYZ 20.47 10.57 3.15 -
YUV 62.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 185 4 42 0 0.98 0.77 0.27 347.4 0.96 0.37
Hex B9 4 2A 0 62 4D 1B 15B 60 25
Octal 271 4 52 0 142 115 33 533 140 45
Binary 10111001 100 101010 0 1100010 1001101 11011 101011011 1100000 100101

Color Harmonies of #B9042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9042A

Black with #B9042A

Text Example


Text Example

White with #B9042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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