Html Css Color HEX #BA4418 Rust

📋 copy color: '#BA4418'

red 186 ◦ green 68 ◦ blue 24

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

Shades of Rust #BA4418

Tints of Rust #BA4418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 66.91%
G = 24.46%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4418 (or 0xBA4418) is known color: Rust. HEX triplet: BA, 44 and 18. RGB value is (186,68,24). Sum of RGB (Red+Green+Blue) = 186+68+24=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4418 is #45BBE7. Grayscale: #626262. Windows color (decimal): -4570088 or 1590458. OLE color: 1590458.

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

Color convert

RGB 186 68 24 -
CMYK 0 0.63 0.87 0.27
HSL 16.3º 0.77% 0.41% -
HSV(B) 16.3º 0.87% 0.73% -
XYZ 22.48 14.64 2.5 -
YUV 98.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 186 68 24 0 0.63 0.87 0.27 16.3 0.77 0.41
Hex BA 44 18 0 3F 57 1B 10 4D 29
Octal 272 104 30 0 77 127 33 20 115 51
Binary 10111010 1000100 11000 0 111111 1010111 11011 10000 1001101 101001

Color Harmonies of #BA4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4418

Black with #BA4418

Text Example


Text Example

White with #BA4418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4418; }

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

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

background-color css

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

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

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

border-color css

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

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

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