Html Css Color HEX #BA441D Rust

📋 copy color: '#BA441D'

red 186 ◦ green 68 ◦ blue 29

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

Shades of Rust #BA441D

Tints of Rust #BA441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 65.72%
G = 24.03%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA441D (or 0xBA441D) is known color: Rust. HEX triplet: BA, 44 and 1D. RGB value is (186,68,29). Sum of RGB (Red+Green+Blue) = 186+68+29=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA441D is #45BBE2. Grayscale: #636363. Windows color (decimal): -4570083 or 1918138. OLE color: 1918138.

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

Color convert

RGB 186 68 29 -
CMYK 0 0.63 0.84 0.27
HSL 14.9º 0.73% 0.42% -
HSV(B) 14.9º 0.84% 0.73% -
XYZ 22.54 14.66 2.8 -
YUV 98.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 186 68 29 0 0.63 0.84 0.27 14.9 0.73 0.42
Hex BA 44 1D 0 3F 54 1B F 49 2A
Octal 272 104 35 0 77 124 33 17 111 52
Binary 10111010 1000100 11101 0 111111 1010100 11011 1111 1001001 101010

Color Harmonies of #BA441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA441D

Black with #BA441D

Text Example


Text Example

White with #BA441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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