Html Css Color HEX #BA4517 Rust

📋 copy color: '#BA4517'

red 186 ◦ green 69 ◦ blue 23

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

Shades of Rust #BA4517

Tints of Rust #BA4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 66.91%
G = 24.82%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4517 (or 0xBA4517) is known color: Rust. HEX triplet: BA, 45 and 17. RGB value is (186,69,23). Sum of RGB (Red+Green+Blue) = 186+69+23=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4517 is #45BAE8. Grayscale: #636363. Windows color (decimal): -4569833 or 1525178. OLE color: 1525178.

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

Color convert

RGB 186 69 23 -
CMYK 0 0.63 0.88 0.27
HSL 16.93º 0.78% 0.41% -
HSV(B) 16.93º 0.88% 0.73% -
XYZ 22.53 14.76 2.47 -
YUV 98.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 186 69 23 0 0.63 0.88 0.27 16.93 0.78 0.41
Hex BA 45 17 0 3F 58 1B 11 4E 29
Octal 272 105 27 0 77 130 33 21 116 51
Binary 10111010 1000101 10111 0 111111 1011000 11011 10001 1001110 101001

Color Harmonies of #BA4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4517

Black with #BA4517

Text Example


Text Example

White with #BA4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4517; }

 p { color: rgb(186,69,23); }

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

background-color css

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

 a { background-color: rgb(186,69,23); }

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

border-color css

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

 span { border-color: rgb(186,69,23); }

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