Html Css Color HEX #BA0C1C Venetian Red

📋 copy color: '#BA0C1C'

red 186 ◦ green 12 ◦ blue 28

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

Shades of Venetian Red #BA0C1C

Tints of Venetian Red #BA0C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 82.3%
G = 5.31%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA0C1C (or 0xBA0C1C) is known color: Venetian Red. HEX triplet: BA, 0C and 1C. RGB value is (186,12,28). Sum of RGB (Red+Green+Blue) = 186+12+28=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C1C is #45F3E3. Grayscale: #414141. Windows color (decimal): -4584420 or 1838266. OLE color: 1838266.

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

Color convert

RGB 186 12 28 -
CMYK 0 0.94 0.85 0.27
HSL 354.48º 0.88% 0.39% -
HSV(B) 354.48º 0.94% 0.73% -
XYZ 20.59 10.79 2.1 -
YUV 65.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 186 12 28 0 0.94 0.85 0.27 354.48 0.88 0.39
Hex BA C 1C 0 5E 55 1B 162 58 27
Octal 272 14 34 0 136 125 33 542 130 47
Binary 10111010 1100 11100 0 1011110 1010101 11011 101100010 1011000 100111

Color Harmonies of #BA0C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C1C

Black with #BA0C1C

Text Example


Text Example

White with #BA0C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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