Html Css Color HEX #BA401D Rust

📋 copy color: '#BA401D'

red 186 ◦ green 64 ◦ blue 29

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

Shades of Rust #BA401D

Tints of Rust #BA401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 66.67%
G = 22.94%
B = 10.39%

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

#BA401D (or 0xBA401D) is known color: Rust. HEX triplet: BA, 40 and 1D. RGB value is (186,64,29). Sum of RGB (Red+Green+Blue) = 186+64+29=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA401D is #45BFE2. Grayscale: #606060. Windows color (decimal): -4571107 or 1917114. OLE color: 1917114.

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

Color convert

RGB 186 64 29 -
CMYK 0 0.66 0.84 0.27
HSL 13.38º 0.73% 0.42% -
HSV(B) 13.38º 0.84% 0.73% -
XYZ 22.3 14.19 2.73 -
YUV 96.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 186 64 29 0 0.66 0.84 0.27 13.38 0.73 0.42
Hex BA 40 1D 0 42 54 1B D 49 2A
Octal 272 100 35 0 102 124 33 15 111 52
Binary 10111010 1000000 11101 0 1000010 1010100 11011 1101 1001001 101010

Color Harmonies of #BA401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA401D

Black with #BA401D

Text Example


Text Example

White with #BA401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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