Html Css Color HEX #BA1020 Venetian Red

📋 copy color: '#BA1020'

red 186 ◦ green 16 ◦ blue 32

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

Shades of Venetian Red #BA1020

Tints of Venetian Red #BA1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 79.49%
G = 6.84%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA1020 (or 0xBA1020) is known color: Venetian Red. HEX triplet: BA, 10 and 20. RGB value is (186,16,32). Sum of RGB (Red+Green+Blue) = 186+16+32=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1020 is #45EFDF. Grayscale: #444444. Windows color (decimal): -4583392 or 2101434. OLE color: 2101434.

HSL color Cylindrical-coordinate representation of color #BA1020: hue angle of 354.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1020 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 32 -
CMYK 0 0.91 0.83 0.27
HSL 354.35º 0.84% 0.4% -
HSV(B) 354.35º 0.91% 0.73% -
XYZ 20.7 10.91 2.38 -
YUV 68.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 186 16 32 0 0.91 0.83 0.27 354.35 0.84 0.4
Hex BA 10 20 0 5B 53 1B 162 54 28
Octal 272 20 40 0 133 123 33 542 124 50
Binary 10111010 10000 100000 0 1011011 1010011 11011 101100010 1010100 101000

Color Harmonies of #BA1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1020

Black with #BA1020

Text Example


Text Example

White with #BA1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1020; }

 p { color: rgb(186,16,32); }

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

background-color css

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

 a { background-color: rgb(186,16,32); }

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

border-color css

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

 span { border-color: rgb(186,16,32); }

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