Html Css Color HEX #BA3D1F Rust

📋 copy color: '#BA3D1F'

red 186 ◦ green 61 ◦ blue 31

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

Shades of Rust #BA3D1F

Tints of Rust #BA3D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 66.91%
G = 21.94%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA3D1F (or 0xBA3D1F) is known color: Rust. HEX triplet: BA, 3D and 1F. RGB value is (186,61,31). Sum of RGB (Red+Green+Blue) = 186+61+31=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D1F is #45C2E0. Grayscale: #5F5F5F. Windows color (decimal): -4571873 or 2047418. OLE color: 2047418.

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

Color convert

RGB 186 61 31 -
CMYK 0 0.67 0.83 0.27
HSL 11.61º 0.71% 0.43% -
HSV(B) 11.61º 0.83% 0.73% -
XYZ 22.17 13.88 2.81 -
YUV 94.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 186 61 31 0 0.67 0.83 0.27 11.61 0.71 0.43
Hex BA 3D 1F 0 43 53 1B C 47 2B
Octal 272 75 37 0 103 123 33 14 107 53
Binary 10111010 111101 11111 0 1000011 1010011 11011 1100 1000111 101011

Color Harmonies of #BA3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D1F

Black with #BA3D1F

Text Example


Text Example

White with #BA3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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