Html Css Color HEX #BA441E Rust

📋 copy color: '#BA441E'

red 186 ◦ green 68 ◦ blue 30

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

Shades of Rust #BA441E

Tints of Rust #BA441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 65.49%
G = 23.94%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA441E (or 0xBA441E) is known color: Rust. HEX triplet: BA, 44 and 1E. RGB value is (186,68,30). Sum of RGB (Red+Green+Blue) = 186+68+30=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA441E is #45BBE1. Grayscale: #636363. Windows color (decimal): -4570082 or 1983674. OLE color: 1983674.

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

Color convert

RGB 186 68 30 -
CMYK 0 0.63 0.84 0.27
HSL 14.62º 0.72% 0.42% -
HSV(B) 14.62º 0.84% 0.73% -
XYZ 22.55 14.67 2.87 -
YUV 98.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 186 68 30 0 0.63 0.84 0.27 14.62 0.72 0.42
Hex BA 44 1E 0 3F 54 1B F 48 2A
Octal 272 104 36 0 77 124 33 17 110 52
Binary 10111010 1000100 11110 0 111111 1010100 11011 1111 1001000 101010

Color Harmonies of #BA441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA441E

Black with #BA441E

Text Example


Text Example

White with #BA441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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