Html Css Color HEX #BA4314 Rust

📋 copy color: '#BA4314'

red 186 ◦ green 67 ◦ blue 20

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

Shades of Rust #BA4314

Tints of Rust #BA4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 68.13%
G = 24.54%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA4314 (or 0xBA4314) is known color: Rust. HEX triplet: BA, 43 and 14. RGB value is (186,67,20). Sum of RGB (Red+Green+Blue) = 186+67+20=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4314 is #45BCEB. Grayscale: #616161. Windows color (decimal): -4570348 or 1328058. OLE color: 1328058.

HSL color Cylindrical-coordinate representation of color #BA4314: hue angle of 16.99º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA4314 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 20 -
CMYK 0 0.64 0.89 0.27
HSL 16.99º 0.81% 0.4% -
HSV(B) 16.99º 0.89% 0.73% -
XYZ 22.38 14.5 2.28 -
YUV 97.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 186 67 20 0 0.64 0.89 0.27 16.99 0.81 0.4
Hex BA 43 14 0 40 59 1B 11 51 28
Octal 272 103 24 0 100 131 33 21 121 50
Binary 10111010 1000011 10100 0 1000000 1011001 11011 10001 1010001 101000

Color Harmonies of #BA4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4314

Black with #BA4314

Text Example


Text Example

White with #BA4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4314; }

 p { color: rgb(186,67,20); }

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

background-color css

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

 a { background-color: rgb(186,67,20); }

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

border-color css

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

 span { border-color: rgb(186,67,20); }

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