Html Css Color HEX #BA042A Venetian Red

📋 copy color: '#BA042A'

red 186 ◦ green 4 ◦ blue 42

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

Shades of Venetian Red #BA042A

Tints of Venetian Red #BA042A

RGB

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

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

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

R = 80.17%
G = 1.72%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA042A (or 0xBA042A) is known color: Venetian Red. HEX triplet: BA, 04 and 2A. RGB value is (186,4,42). Sum of RGB (Red+Green+Blue) = 186+4+42=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA042A is #45FBD5. Grayscale: #3E3E3E. Windows color (decimal): -4586454 or 2753722. OLE color: 2753722.

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

Color convert

RGB 186 4 42 -
CMYK 0 0.98 0.77 0.27
HSL 347.47º 0.96% 0.37% -
HSV(B) 347.47º 0.98% 0.73% -
XYZ 20.71 10.69 3.16 -
YUV 62.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 186 4 42 0 0.98 0.77 0.27 347.47 0.96 0.37
Hex BA 4 2A 0 62 4D 1B 15B 60 25
Octal 272 4 52 0 142 115 33 533 140 45
Binary 10111010 100 101010 0 1100010 1001101 11011 101011011 1100000 100101

Color Harmonies of #BA042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA042A

Black with #BA042A

Text Example


Text Example

White with #BA042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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