Html Css Color HEX #BA021B Venetian Red

📋 copy color: '#BA021B'

red 186 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #BA021B

Tints of Venetian Red #BA021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 86.51%
G = 0.93%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA021B (or 0xBA021B) is known color: Venetian Red. HEX triplet: BA, 02 and 1B. RGB value is (186,2,27). Sum of RGB (Red+Green+Blue) = 186+2+27=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA021B is #45FDE4. Grayscale: #3B3B3B. Windows color (decimal): -4586981 or 1770170. OLE color: 1770170.

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

Color convert

RGB 186 2 27 -
CMYK 0 0.99 0.85 0.27
HSL 351.85º 0.98% 0.37% -
HSV(B) 351.85º 0.99% 0.73% -
XYZ 20.47 10.56 2 -
YUV 59.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 186 2 27 0 0.99 0.85 0.27 351.85 0.98 0.37
Hex BA 2 1B 0 63 55 1B 160 62 25
Octal 272 2 33 0 143 125 33 540 142 45
Binary 10111010 10 11011 0 1100011 1010101 11011 101100000 1100010 100101

Color Harmonies of #BA021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA021B

Black with #BA021B

Text Example


Text Example

White with #BA021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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