Html Css Color HEX #BA401E Rust

📋 copy color: '#BA401E'

red 186 ◦ green 64 ◦ blue 30

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

Shades of Rust #BA401E

Tints of Rust #BA401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 66.43%
G = 22.86%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA401E (or 0xBA401E) is known color: Rust. HEX triplet: BA, 40 and 1E. RGB value is (186,64,30). Sum of RGB (Red+Green+Blue) = 186+64+30=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA401E is #45BFE1. Grayscale: #606060. Windows color (decimal): -4571106 or 1982650. OLE color: 1982650.

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

Color convert

RGB 186 64 30 -
CMYK 0 0.66 0.84 0.27
HSL 13.08º 0.72% 0.42% -
HSV(B) 13.08º 0.84% 0.73% -
XYZ 22.32 14.2 2.79 -
YUV 96.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 186 64 30 0 0.66 0.84 0.27 13.08 0.72 0.42
Hex BA 40 1E 0 42 54 1B D 48 2A
Octal 272 100 36 0 102 124 33 15 110 52
Binary 10111010 1000000 11110 0 1000010 1010100 11011 1101 1001000 101010

Color Harmonies of #BA401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA401E

Black with #BA401E

Text Example


Text Example

White with #BA401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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