Html Css Color HEX #BA010A Venetian Red

📋 copy color: '#BA010A'

red 186 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #BA010A

Tints of Venetian Red #BA010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 94.42%
G = 0.51%
B = 5.08%

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

#BA010A (or 0xBA010A) is known color: Venetian Red. HEX triplet: BA, 01 and 0A. RGB value is (186,1,10). Sum of RGB (Red+Green+Blue) = 186+1+10=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010A is #45FEF5. Grayscale: #393939. Windows color (decimal): -4587254 or 655802. OLE color: 655802.

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

Color convert

RGB 186 1 10 -
CMYK 0 0.99 0.95 0.27
HSL 357.08º 0.99% 0.37% -
HSV(B) 357.08º 0.99% 0.73% -
XYZ 20.32 10.48 1.24 -
YUV 57.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 186 1 10 0 0.99 0.95 0.27 357.08 0.99 0.37
Hex BA 1 A 0 63 5F 1B 165 63 25
Octal 272 1 12 0 143 137 33 545 143 45
Binary 10111010 1 1010 0 1100011 1011111 11011 101100101 1100011 100101

Color Harmonies of #BA010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA010A

Black with #BA010A

Text Example


Text Example

White with #BA010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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