Html Css Color HEX #BA4417 Rust

📋 copy color: '#BA4417'

red 186 ◦ green 68 ◦ blue 23

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

Shades of Rust #BA4417

Tints of Rust #BA4417

RGB

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

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

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

R = 67.15%
G = 24.55%
B = 8.3%

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

#BA4417 (or 0xBA4417) is known color: Rust. HEX triplet: BA, 44 and 17. RGB value is (186,68,23). Sum of RGB (Red+Green+Blue) = 186+68+23=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4417 is #45BBE8. Grayscale: #626262. Windows color (decimal): -4570089 or 1524922. OLE color: 1524922.

HSL color Cylindrical-coordinate representation of color #BA4417: hue angle of 16.56º 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 #BA4417 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 23 -
CMYK 0 0.63 0.88 0.27
HSL 16.56º 0.78% 0.41% -
HSV(B) 16.56º 0.88% 0.73% -
XYZ 22.47 14.64 2.45 -
YUV 98.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 186 68 23 0 0.63 0.88 0.27 16.56 0.78 0.41
Hex BA 44 17 0 3F 58 1B 11 4E 29
Octal 272 104 27 0 77 130 33 21 116 51
Binary 10111010 1000100 10111 0 111111 1011000 11011 10001 1001110 101001

Color Harmonies of #BA4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4417

Black with #BA4417

Text Example


Text Example

White with #BA4417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4417; }

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

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

background-color css

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

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

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

border-color css

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

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

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