Html Css Color HEX #BA3C1D Rust

📋 copy color: '#BA3C1D'

red 186 ◦ green 60 ◦ blue 29

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

Shades of Rust #BA3C1D

Tints of Rust #BA3C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 67.64%
G = 21.82%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA3C1D (or 0xBA3C1D) is known color: Rust. HEX triplet: BA, 3C and 1D. RGB value is (186,60,29). Sum of RGB (Red+Green+Blue) = 186+60+29=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C1D is #45C3E2. Grayscale: #5E5E5E. Windows color (decimal): -4572131 or 1916090. OLE color: 1916090.

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

Color convert

RGB 186 60 29 -
CMYK 0 0.68 0.84 0.27
HSL 11.85º 0.73% 0.42% -
HSV(B) 11.85º 0.84% 0.73% -
XYZ 22.09 13.76 2.65 -
YUV 94.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 186 60 29 0 0.68 0.84 0.27 11.85 0.73 0.42
Hex BA 3C 1D 0 44 54 1B C 49 2A
Octal 272 74 35 0 104 124 33 14 111 52
Binary 10111010 111100 11101 0 1000100 1010100 11011 1100 1001001 101010

Color Harmonies of #BA3C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C1D

Black with #BA3C1D

Text Example


Text Example

White with #BA3C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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