Html Css Color HEX #BA4200 Rust

📋 copy color: '#BA4200'

red 186 ◦ green 66 ◦ blue 0

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

Shades of Rust #BA4200

Tints of Rust #BA4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.81%
G = 26.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA4200 (or 0xBA4200) is known color: Rust. HEX triplet: BA, 42 and 00. RGB value is (186,66,0). Sum of RGB (Red+Green+Blue) = 186+66+0=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4200 is #45BDFF. Grayscale: #5E5E5E. Windows color (decimal): -4570624 or 17082. OLE color: 17082.

HSL color Cylindrical-coordinate representation of color #BA4200: hue angle of 21.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 0 -
CMYK 0 0.65 1 0.27
HSL 21.29º 1% 0.36% -
HSV(B) 21.29º 1% 0.73% -
XYZ 22.2 14.34 1.6 -
YUV 94.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 186 66 0 0 0.65 1 0.27 21.29 1 0.36
Hex BA 42 0 0 41 64 1B 15 64 24
Octal 272 102 0 0 101 144 33 25 144 44
Binary 10111010 1000010 0 0 1000001 1100100 11011 10101 1100100 100100

Color Harmonies of #BA4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4200

Black with #BA4200

Text Example


Text Example

White with #BA4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4200; }

 p { color: rgb(186,66,0); }

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

background-color css

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

 a { background-color: rgb(186,66,0); }

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

border-color css

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

 span { border-color: rgb(186,66,0); }

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