Html Css Color HEX #BA441A Rust

📋 copy color: '#BA441A'

red 186 ◦ green 68 ◦ blue 26

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

Shades of Rust #BA441A

Tints of Rust #BA441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 66.43%
G = 24.29%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA441A (or 0xBA441A) is known color: Rust. HEX triplet: BA, 44 and 1A. RGB value is (186,68,26). Sum of RGB (Red+Green+Blue) = 186+68+26=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA441A is #45BBE5. Grayscale: #626262. Windows color (decimal): -4570086 or 1721530. OLE color: 1721530.

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

Color convert

RGB 186 68 26 -
CMYK 0 0.63 0.86 0.27
HSL 15.75º 0.75% 0.42% -
HSV(B) 15.75º 0.86% 0.73% -
XYZ 22.5 14.65 2.62 -
YUV 98.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 186 68 26 0 0.63 0.86 0.27 15.75 0.75 0.42
Hex BA 44 1A 0 3F 56 1B 10 4B 2A
Octal 272 104 32 0 77 126 33 20 113 52
Binary 10111010 1000100 11010 0 111111 1010110 11011 10000 1001011 101010

Color Harmonies of #BA441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA441A

Black with #BA441A

Text Example


Text Example

White with #BA441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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