Html Css Color HEX #BA060D Venetian Red

📋 copy color: '#BA060D'

red 186 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #BA060D

Tints of Venetian Red #BA060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 90.73%
G = 2.93%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA060D (or 0xBA060D) is known color: Venetian Red. HEX triplet: BA, 06 and 0D. RGB value is (186,6,13). Sum of RGB (Red+Green+Blue) = 186+6+13=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA060D is #45F9F2. Grayscale: #3C3C3C. Windows color (decimal): -4585971 or 853690. OLE color: 853690.

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

Color convert

RGB 186 6 13 -
CMYK 0 0.97 0.93 0.27
HSL 357.67º 0.94% 0.38% -
HSV(B) 357.67º 0.97% 0.73% -
XYZ 20.39 10.6 1.35 -
YUV 60.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 186 6 13 0 0.97 0.93 0.27 357.67 0.94 0.38
Hex BA 6 D 0 61 5D 1B 166 5E 26
Octal 272 6 15 0 141 135 33 546 136 46
Binary 10111010 110 1101 0 1100001 1011101 11011 101100110 1011110 100110

Color Harmonies of #BA060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA060D

Black with #BA060D

Text Example


Text Example

White with #BA060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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