Html Css Color HEX #BA021E Venetian Red

📋 copy color: '#BA021E'

red 186 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #BA021E

Tints of Venetian Red #BA021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 85.32%
G = 0.92%
B = 13.76%

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

#BA021E (or 0xBA021E) is known color: Venetian Red. HEX triplet: BA, 02 and 1E. RGB value is (186,2,30). Sum of RGB (Red+Green+Blue) = 186+2+30=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA021E is #45FDE1. Grayscale: #3C3C3C. Windows color (decimal): -4586978 or 1966778. OLE color: 1966778.

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

Color convert

RGB 186 2 30 -
CMYK 0 0.99 0.84 0.27
HSL 350.87º 0.98% 0.37% -
HSV(B) 350.87º 0.99% 0.73% -
XYZ 20.51 10.58 2.19 -
YUV 60.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 186 2 30 0 0.99 0.84 0.27 350.87 0.98 0.37
Hex BA 2 1E 0 63 54 1B 15F 62 25
Octal 272 2 36 0 143 124 33 537 142 45
Binary 10111010 10 11110 0 1100011 1010100 11011 101011111 1100010 100101

Color Harmonies of #BA021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA021E

Black with #BA021E

Text Example


Text Example

White with #BA021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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