Html Css Color HEX #BA0C10 Venetian Red

📋 copy color: '#BA0C10'

red 186 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #BA0C10

Tints of Venetian Red #BA0C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.61%

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 86.92%
G = 5.61%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0C10 (or 0xBA0C10) is known color: Venetian Red. HEX triplet: BA, 0C and 10. RGB value is (186,12,16). Sum of RGB (Red+Green+Blue) = 186+12+16=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0C10 is #45F3EF. Grayscale: #404040. Windows color (decimal): -4584432 or 1051834. OLE color: 1051834.

HSL color Cylindrical-coordinate representation of color #BA0C10: hue angle of 358.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C10 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 16 -
CMYK 0 0.94 0.91 0.27
HSL 358.62º 0.88% 0.39% -
HSV(B) 358.62º 0.94% 0.73% -
XYZ 20.47 10.74 1.48 -
YUV 64.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 186 12 16 0 0.94 0.91 0.27 358.62 0.88 0.39
Hex BA C 10 0 5E 5B 1B 167 58 27
Octal 272 14 20 0 136 133 33 547 130 47
Binary 10111010 1100 10000 0 1011110 1011011 11011 101100111 1011000 100111

Color Harmonies of #BA0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C10

Black with #BA0C10

Text Example


Text Example

White with #BA0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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