Html Css Color HEX #BA041F Venetian Red

📋 copy color: '#BA041F'

red 186 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #BA041F

Tints of Venetian Red #BA041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 84.16%
G = 1.81%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA041F (or 0xBA041F) is known color: Venetian Red. HEX triplet: BA, 04 and 1F. RGB value is (186,4,31). Sum of RGB (Red+Green+Blue) = 186+4+31=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA041F is #45FBE0. Grayscale: #3D3D3D. Windows color (decimal): -4586465 or 2032826. OLE color: 2032826.

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

Color convert

RGB 186 4 31 -
CMYK 0 0.98 0.83 0.27
HSL 351.1º 0.96% 0.37% -
HSV(B) 351.1º 0.98% 0.73% -
XYZ 20.54 10.62 2.26 -
YUV 61.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 186 4 31 0 0.98 0.83 0.27 351.1 0.96 0.37
Hex BA 4 1F 0 62 53 1B 15F 60 25
Octal 272 4 37 0 142 123 33 537 140 45
Binary 10111010 100 11111 0 1100010 1010011 11011 101011111 1100000 100101

Color Harmonies of #BA041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA041F

Black with #BA041F

Text Example


Text Example

White with #BA041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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