Html Css Color HEX #B9041A Venetian Red

📋 copy color: '#B9041A'

red 185 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #B9041A

Tints of Venetian Red #B9041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 86.05%
G = 1.86%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9041A (or 0xB9041A) is known color: Venetian Red. HEX triplet: B9, 04 and 1A. RGB value is (185,4,26). Sum of RGB (Red+Green+Blue) = 185+4+26=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9041A is #46FBE5. Grayscale: #3C3C3C. Windows color (decimal): -4652006 or 1705145. OLE color: 1705145.

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

Color convert

RGB 185 4 26 -
CMYK 0 0.98 0.86 0.27
HSL 352.71º 0.96% 0.37% -
HSV(B) 352.71º 0.98% 0.73% -
XYZ 20.24 10.48 1.93 -
YUV 60.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 185 4 26 0 0.98 0.86 0.27 352.71 0.96 0.37
Hex B9 4 1A 0 62 56 1B 161 60 25
Octal 271 4 32 0 142 126 33 541 140 45
Binary 10111001 100 11010 0 1100010 1010110 11011 101100001 1100000 100101

Color Harmonies of #B9041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9041A

Black with #B9041A

Text Example


Text Example

White with #B9041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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