Html Css Color HEX #BA022A Venetian Red

📋 copy color: '#BA022A'

red 186 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #BA022A

Tints of Venetian Red #BA022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 80.87%
G = 0.87%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA022A (or 0xBA022A) is known color: Venetian Red. HEX triplet: BA, 02 and 2A. RGB value is (186,2,42). Sum of RGB (Red+Green+Blue) = 186+2+42=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA022A is #45FDD5. Grayscale: #3D3D3D. Windows color (decimal): -4586966 or 2753210. OLE color: 2753210.

HSL color Cylindrical-coordinate representation of color #BA022A: hue angle of 346.96º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA022A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 42 -
CMYK 0 0.99 0.77 0.27
HSL 346.96º 0.98% 0.37% -
HSV(B) 346.96º 0.99% 0.73% -
XYZ 20.69 10.65 3.16 -
YUV 61.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 186 2 42 0 0.99 0.77 0.27 346.96 0.98 0.37
Hex BA 2 2A 0 63 4D 1B 15B 62 25
Octal 272 2 52 0 143 115 33 533 142 45
Binary 10111010 10 101010 0 1100011 1001101 11011 101011011 1100010 100101

Color Harmonies of #BA022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA022A

Black with #BA022A

Text Example


Text Example

White with #BA022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA022A; }

 p { color: rgb(186,2,42); }

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

background-color css

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

 a { background-color: rgb(186,2,42); }

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

border-color css

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

 span { border-color: rgb(186,2,42); }

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