Html Css Color HEX #BA060F Venetian Red

📋 copy color: '#BA060F'

red 186 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #BA060F

Tints of Venetian Red #BA060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 89.86%
G = 2.9%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA060F (or 0xBA060F) is known color: Venetian Red. HEX triplet: BA, 06 and 0F. RGB value is (186,6,15). Sum of RGB (Red+Green+Blue) = 186+6+15=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA060F is #45F9F0. Grayscale: #3C3C3C. Windows color (decimal): -4585969 or 984762. OLE color: 984762.

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

Color convert

RGB 186 6 15 -
CMYK 0 0.97 0.92 0.27
HSL 357º 0.94% 0.38% -
HSV(B) 357º 0.97% 0.73% -
XYZ 20.4 10.6 1.42 -
YUV 60.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 186 6 15 0 0.97 0.92 0.27 357 0.94 0.38
Hex BA 6 F 0 61 5C 1B 165 5E 26
Octal 272 6 17 0 141 134 33 545 136 46
Binary 10111010 110 1111 0 1100001 1011100 11011 101100101 1011110 100110

Color Harmonies of #BA060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA060F

Black with #BA060F

Text Example


Text Example

White with #BA060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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