Html Css Color HEX #B9041C Venetian Red

📋 copy color: '#B9041C'

red 185 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #B9041C

Tints of Venetian Red #B9041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 85.25%
G = 1.84%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9041C (or 0xB9041C) is known color: Venetian Red. HEX triplet: B9, 04 and 1C. RGB value is (185,4,28). Sum of RGB (Red+Green+Blue) = 185+4+28=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B9041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9041C is #46FBE3. Grayscale: #3C3C3C. Windows color (decimal): -4652004 or 1836217. OLE color: 1836217.

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

Color convert

RGB 185 4 28 -
CMYK 0 0.98 0.85 0.27
HSL 352.04º 0.96% 0.37% -
HSV(B) 352.04º 0.98% 0.73% -
XYZ 20.26 10.48 2.05 -
YUV 60.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 185 4 28 0 0.98 0.85 0.27 352.04 0.96 0.37
Hex B9 4 1C 0 62 55 1B 160 60 25
Octal 271 4 34 0 142 125 33 540 140 45
Binary 10111001 100 11100 0 1100010 1010101 11011 101100000 1100000 100101

Color Harmonies of #B9041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9041C

Black with #B9041C

Text Example


Text Example

White with #B9041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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