Html Css Color HEX #BA020A Venetian Red

📋 copy color: '#BA020A'

red 186 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #BA020A

Tints of Venetian Red #BA020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.05%

R = 93.94%
G = 1.01%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA020A (or 0xBA020A) is known color: Venetian Red. HEX triplet: BA, 02 and 0A. RGB value is (186,2,10). Sum of RGB (Red+Green+Blue) = 186+2+10=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA020A is #45FDF5. Grayscale: #3A3A3A. Windows color (decimal): -4586998 or 656058. OLE color: 656058.

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

Color convert

RGB 186 2 10 -
CMYK 0 0.99 0.95 0.27
HSL 357.39º 0.98% 0.37% -
HSV(B) 357.39º 0.99% 0.73% -
XYZ 20.33 10.5 1.24 -
YUV 57.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 186 2 10 0 0.99 0.95 0.27 357.39 0.98 0.37
Hex BA 2 A 0 63 5F 1B 165 62 25
Octal 272 2 12 0 143 137 33 545 142 45
Binary 10111010 10 1010 0 1100011 1011111 11011 101100101 1100010 100101

Color Harmonies of #BA020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA020A

Black with #BA020A

Text Example


Text Example

White with #BA020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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