Html Css Color HEX #BA021D Venetian Red

📋 copy color: '#BA021D'

red 186 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #BA021D

Tints of Venetian Red #BA021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 85.71%
G = 0.92%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA021D (or 0xBA021D) is known color: Venetian Red. HEX triplet: BA, 02 and 1D. RGB value is (186,2,29). Sum of RGB (Red+Green+Blue) = 186+2+29=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA021D is #45FDE2. Grayscale: #3C3C3C. Windows color (decimal): -4586979 or 1901242. OLE color: 1901242.

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

Color convert

RGB 186 2 29 -
CMYK 0 0.99 0.84 0.27
HSL 351.2º 0.98% 0.37% -
HSV(B) 351.2º 0.99% 0.73% -
XYZ 20.49 10.57 2.12 -
YUV 60.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 186 2 29 0 0.99 0.84 0.27 351.2 0.98 0.37
Hex BA 2 1D 0 63 54 1B 15F 62 25
Octal 272 2 35 0 143 124 33 537 142 45
Binary 10111010 10 11101 0 1100011 1010100 11011 101011111 1100010 100101

Color Harmonies of #BA021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA021D

Black with #BA021D

Text Example


Text Example

White with #BA021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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