Html Css Color HEX #BA5007 Rust

📋 copy color: '#BA5007'

red 186 ◦ green 80 ◦ blue 7

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

Shades of Rust #BA5007

Tints of Rust #BA5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 68.13%
G = 29.3%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5007 (or 0xBA5007) is known color: Rust. HEX triplet: BA, 50 and 07. RGB value is (186,80,7). Sum of RGB (Red+Green+Blue) = 186+80+7=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5007 is #45AFF8. Grayscale: #676767. Windows color (decimal): -4567033 or 479418. OLE color: 479418.

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

Color convert

RGB 186 80 7 -
CMYK 0 0.57 0.96 0.27
HSL 24.47º 0.93% 0.38% -
HSV(B) 24.47º 0.96% 0.73% -
XYZ 23.16 16.19 2.11 -
YUV 103.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 186 80 7 0 0.57 0.96 0.27 24.47 0.93 0.38
Hex BA 50 7 0 39 60 1B 18 5D 26
Octal 272 120 7 0 71 140 33 30 135 46
Binary 10111010 1010000 111 0 111001 1100000 11011 11000 1011101 100110

Color Harmonies of #BA5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5007

Black with #BA5007

Text Example


Text Example

White with #BA5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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