Html Css Color HEX #BA031A Venetian Red

📋 copy color: '#BA031A'

red 186 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #BA031A

Tints of Venetian Red #BA031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 86.51%
G = 1.4%
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

#BA031A (or 0xBA031A) is known color: Venetian Red. HEX triplet: BA, 03 and 1A. RGB value is (186,3,26). Sum of RGB (Red+Green+Blue) = 186+3+26=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA031A is #45FCE5. Grayscale: #3C3C3C. Windows color (decimal): -4586726 or 1704890. OLE color: 1704890.

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

Color convert

RGB 186 3 26 -
CMYK 0 0.98 0.86 0.27
HSL 352.46º 0.97% 0.37% -
HSV(B) 352.46º 0.98% 0.73% -
XYZ 20.47 10.58 1.94 -
YUV 60.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 186 3 26 0 0.98 0.86 0.27 352.46 0.97 0.37
Hex BA 3 1A 0 62 56 1B 160 61 25
Octal 272 3 32 0 142 126 33 540 141 45
Binary 10111010 11 11010 0 1100010 1010110 11011 101100000 1100001 100101

Color Harmonies of #BA031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA031A

Black with #BA031A

Text Example


Text Example

White with #BA031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA031A; }

 p { color: rgb(186,3,26); }

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

background-color css

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

 a { background-color: rgb(186,3,26); }

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

border-color css

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

 span { border-color: rgb(186,3,26); }

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