Html Css Color HEX #BA440D Rust

📋 copy color: '#BA440D'

red 186 ◦ green 68 ◦ blue 13

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

Shades of Rust #BA440D

Tints of Rust #BA440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 69.66%
G = 25.47%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA440D (or 0xBA440D) is known color: Rust. HEX triplet: BA, 44 and 0D. RGB value is (186,68,13). Sum of RGB (Red+Green+Blue) = 186+68+13=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA440D is #45BBF2. Grayscale: #616161. Windows color (decimal): -4570099 or 869562. OLE color: 869562.

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

Color convert

RGB 186 68 13 -
CMYK 0 0.63 0.93 0.27
HSL 19.08º 0.87% 0.39% -
HSV(B) 19.08º 0.93% 0.73% -
XYZ 22.39 14.6 2.02 -
YUV 97.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 186 68 13 0 0.63 0.93 0.27 19.08 0.87 0.39
Hex BA 44 D 0 3F 5D 1B 13 57 27
Octal 272 104 15 0 77 135 33 23 127 47
Binary 10111010 1000100 1101 0 111111 1011101 11011 10011 1010111 100111

Color Harmonies of #BA440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA440D

Black with #BA440D

Text Example


Text Example

White with #BA440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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