Html Css Color HEX #BA4A07 Rust

📋 copy color: '#BA4A07'

red 186 ◦ green 74 ◦ blue 7

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

Shades of Rust #BA4A07

Tints of Rust #BA4A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 69.66%
G = 27.72%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4A07 (or 0xBA4A07) is known color: Rust. HEX triplet: BA, 4A and 07. RGB value is (186,74,7). Sum of RGB (Red+Green+Blue) = 186+74+7=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A07 is #45B5F8. Grayscale: #646464. Windows color (decimal): -4568569 or 477882. OLE color: 477882.

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

Color convert

RGB 186 74 7 -
CMYK 0 0.60 0.96 0.27
HSL 22.46º 0.93% 0.38% -
HSV(B) 22.46º 0.96% 0.73% -
XYZ 22.74 15.35 1.97 -
YUV 99.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 186 74 7 0 0.60 0.96 0.27 22.46 0.93 0.38
Hex BA 4A 7 0 3C 60 1B 16 5D 26
Octal 272 112 7 0 74 140 33 26 135 46
Binary 10111010 1001010 111 0 111100 1100000 11011 10110 1011101 100110

Color Harmonies of #BA4A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A07

Black with #BA4A07

Text Example


Text Example

White with #BA4A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A07; }

 p { color: rgb(186,74,7); }

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

background-color css

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

 a { background-color: rgb(186,74,7); }

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

border-color css

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

 span { border-color: rgb(186,74,7); }

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