Html Css Color HEX #B9041D Venetian Red

📋 copy color: '#B9041D'

red 185 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #B9041D

Tints of Venetian Red #B9041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 84.86%
G = 1.83%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9041D (or 0xB9041D) is known color: Venetian Red. HEX triplet: B9, 04 and 1D. RGB value is (185,4,29). Sum of RGB (Red+Green+Blue) = 185+4+29=218 (28% of max value = 765). Red value is 185 (72.66% from 255 or 84.86% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 185 - color contains mainly: red. Hex color #B9041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9041D is #46FBE2. Grayscale: #3D3D3D. Windows color (decimal): -4652003 or 1901753. OLE color: 1901753.

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

Color convert

RGB 185 4 29 -
CMYK 0 0.98 0.84 0.27
HSL 351.71º 0.96% 0.37% -
HSV(B) 351.71º 0.98% 0.73% -
XYZ 20.27 10.49 2.12 -
YUV 60.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 185 4 29 0 0.98 0.84 0.27 351.71 0.96 0.37
Hex B9 4 1D 0 62 54 1B 160 60 25
Octal 271 4 35 0 142 124 33 540 140 45
Binary 10111001 100 11101 0 1100010 1010100 11011 101100000 1100000 100101

Color Harmonies of #B9041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9041D

Black with #B9041D

Text Example


Text Example

White with #B9041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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