Html Css Color HEX #BA0612 Venetian Red

📋 copy color: '#BA0612'

red 186 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #BA0612

Tints of Venetian Red #BA0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 88.57%
G = 2.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0612 (or 0xBA0612) is known color: Venetian Red. HEX triplet: BA, 06 and 12. RGB value is (186,6,18). Sum of RGB (Red+Green+Blue) = 186+6+18=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0612 is #45F9ED. Grayscale: #3D3D3D. Windows color (decimal): -4585966 or 1181370. OLE color: 1181370.

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

Color convert

RGB 186 6 18 -
CMYK 0 0.97 0.90 0.27
HSL 356º 0.94% 0.38% -
HSV(B) 356º 0.97% 0.73% -
XYZ 20.42 10.61 1.54 -
YUV 61.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 186 6 18 0 0.97 0.90 0.27 356 0.94 0.38
Hex BA 6 12 0 61 5A 1B 164 5E 26
Octal 272 6 22 0 141 132 33 544 136 46
Binary 10111010 110 10010 0 1100001 1011010 11011 101100100 1011110 100110

Color Harmonies of #BA0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0612

Black with #BA0612

Text Example


Text Example

White with #BA0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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