Html Css Color HEX #BA4A1F Rust

📋 copy color: '#BA4A1F'

red 186 ◦ green 74 ◦ blue 31

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

Shades of Rust #BA4A1F

Tints of Rust #BA4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 63.92%
G = 25.43%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA4A1F (or 0xBA4A1F) is known color: Rust. HEX triplet: BA, 4A and 1F. RGB value is (186,74,31). Sum of RGB (Red+Green+Blue) = 186+74+31=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A1F is #45B5E0. Grayscale: #666666. Windows color (decimal): -4568545 or 2050746. OLE color: 2050746.

HSL color Cylindrical-coordinate representation of color #BA4A1F: hue angle of 16.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA4A1F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 31 -
CMYK 0 0.60 0.83 0.27
HSL 16.65º 0.71% 0.43% -
HSV(B) 16.65º 0.83% 0.73% -
XYZ 22.95 15.44 3.07 -
YUV 102.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 186 74 31 0 0.60 0.83 0.27 16.65 0.71 0.43
Hex BA 4A 1F 0 3C 53 1B 11 47 2B
Octal 272 112 37 0 74 123 33 21 107 53
Binary 10111010 1001010 11111 0 111100 1010011 11011 10001 1000111 101011

Color Harmonies of #BA4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A1F

Black with #BA4A1F

Text Example


Text Example

White with #BA4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A1F; }

 p { color: rgb(186,74,31); }

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

background-color css

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

 a { background-color: rgb(186,74,31); }

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

border-color css

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

 span { border-color: rgb(186,74,31); }

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