Html Css Color HEX #BA062A Venetian Red

📋 copy color: '#BA062A'

red 186 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #BA062A

Tints of Venetian Red #BA062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 79.49%
G = 2.56%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA062A (or 0xBA062A) is known color: Venetian Red. HEX triplet: BA, 06 and 2A. RGB value is (186,6,42). Sum of RGB (Red+Green+Blue) = 186+6+42=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA062A is #45F9D5. Grayscale: #3F3F3F. Windows color (decimal): -4585942 or 2754234. OLE color: 2754234.

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

Color convert

RGB 186 6 42 -
CMYK 0 0.97 0.77 0.27
HSL 348º 0.94% 0.38% -
HSV(B) 348º 0.97% 0.73% -
XYZ 20.73 10.74 3.17 -
YUV 63.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 186 6 42 0 0.97 0.77 0.27 348 0.94 0.38
Hex BA 6 2A 0 61 4D 1B 15C 5E 26
Octal 272 6 52 0 141 115 33 534 136 46
Binary 10111010 110 101010 0 1100001 1001101 11011 101011100 1011110 100110

Color Harmonies of #BA062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA062A

Black with #BA062A

Text Example


Text Example

White with #BA062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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