Html Css Color HEX #BA0412 Venetian Red

📋 copy color: '#BA0412'

red 186 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #BA0412

Tints of Venetian Red #BA0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 89.42%
G = 1.92%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0412 (or 0xBA0412) is known color: Venetian Red. HEX triplet: BA, 04 and 12. RGB value is (186,4,18). Sum of RGB (Red+Green+Blue) = 186+4+18=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0412 is #45FBED. Grayscale: #3C3C3C. Windows color (decimal): -4586478 or 1180858. OLE color: 1180858.

HSL color Cylindrical-coordinate representation of color #BA0412: hue angle of 355.38º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0412 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 18 -
CMYK 0 0.98 0.90 0.27
HSL 355.38º 0.96% 0.37% -
HSV(B) 355.38º 0.98% 0.73% -
XYZ 20.4 10.57 1.54 -
YUV 60.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 186 4 18 0 0.98 0.90 0.27 355.38 0.96 0.37
Hex BA 4 12 0 62 5A 1B 163 60 25
Octal 272 4 22 0 142 132 33 543 140 45
Binary 10111010 100 10010 0 1100010 1011010 11011 101100011 1100000 100101

Color Harmonies of #BA0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0412

Black with #BA0412

Text Example


Text Example

White with #BA0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0412; }

 p { color: rgb(186,4,18); }

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

background-color css

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

 a { background-color: rgb(186,4,18); }

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

border-color css

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

 span { border-color: rgb(186,4,18); }

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