Html Css Color HEX #BA3C1F Rust

📋 copy color: '#BA3C1F'

red 186 ◦ green 60 ◦ blue 31

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

Shades of Rust #BA3C1F

Tints of Rust #BA3C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 67.15%
G = 21.66%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA3C1F (or 0xBA3C1F) is known color: Rust. HEX triplet: BA, 3C and 1F. RGB value is (186,60,31). Sum of RGB (Red+Green+Blue) = 186+60+31=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C1F is #45C3E0. Grayscale: #5E5E5E. Windows color (decimal): -4572129 or 2047162. OLE color: 2047162.

HSL color Cylindrical-coordinate representation of color #BA3C1F: hue angle of 11.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA3C1F is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 31 -
CMYK 0 0.68 0.83 0.27
HSL 11.23º 0.71% 0.43% -
HSV(B) 11.23º 0.83% 0.73% -
XYZ 22.11 13.77 2.79 -
YUV 94.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 186 60 31 0 0.68 0.83 0.27 11.23 0.71 0.43
Hex BA 3C 1F 0 44 53 1B B 47 2B
Octal 272 74 37 0 104 123 33 13 107 53
Binary 10111010 111100 11111 0 1000100 1010011 11011 1011 1000111 101011

Color Harmonies of #BA3C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C1F

Black with #BA3C1F

Text Example


Text Example

White with #BA3C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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