Html Css Color HEX #BA041D Venetian Red

📋 copy color: '#BA041D'

red 186 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #BA041D

Tints of Venetian Red #BA041D

RGB

 RED value IS 186 (73.05% from 255) = 84.93%

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

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

R = 84.93%
G = 1.83%
B = 13.24%

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

#BA041D (or 0xBA041D) is known color: Venetian Red. HEX triplet: BA, 04 and 1D. RGB value is (186,4,29). Sum of RGB (Red+Green+Blue) = 186+4+29=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA041D is #45FBE2. Grayscale: #3D3D3D. Windows color (decimal): -4586467 or 1901754. OLE color: 1901754.

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

Color convert

RGB 186 4 29 -
CMYK 0 0.98 0.84 0.27
HSL 351.76º 0.96% 0.37% -
HSV(B) 351.76º 0.98% 0.73% -
XYZ 20.51 10.61 2.13 -
YUV 61.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 186 4 29 0 0.98 0.84 0.27 351.76 0.96 0.37
Hex BA 4 1D 0 62 54 1B 160 60 25
Octal 272 4 35 0 142 124 33 540 140 45
Binary 10111010 100 11101 0 1100010 1010100 11011 101100000 1100000 100101

Color Harmonies of #BA041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA041D

Black with #BA041D

Text Example


Text Example

White with #BA041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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