Html Css Color HEX #BA010C Venetian Red

📋 copy color: '#BA010C'

red 186 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #BA010C

Tints of Venetian Red #BA010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 93.47%
G = 0.5%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA010C (or 0xBA010C) is known color: Venetian Red. HEX triplet: BA, 01 and 0C. RGB value is (186,1,12). Sum of RGB (Red+Green+Blue) = 186+1+12=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010C is #45FEF3. Grayscale: #393939. Windows color (decimal): -4587252 or 786874. OLE color: 786874.

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

Color convert

RGB 186 1 12 -
CMYK 0 0.99 0.94 0.27
HSL 356.43º 0.99% 0.37% -
HSV(B) 356.43º 0.99% 0.73% -
XYZ 20.33 10.49 1.3 -
YUV 57.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 186 1 12 0 0.99 0.94 0.27 356.43 0.99 0.37
Hex BA 1 C 0 63 5E 1B 164 63 25
Octal 272 1 14 0 143 136 33 544 143 45
Binary 10111010 1 1100 0 1100011 1011110 11011 101100100 1100011 100101

Color Harmonies of #BA010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA010C

Black with #BA010C

Text Example


Text Example

White with #BA010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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