Html Css Color HEX #BA4F1D Rust

📋 copy color: '#BA4F1D'

red 186 ◦ green 79 ◦ blue 29

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

Shades of Rust #BA4F1D

Tints of Rust #BA4F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

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

R = 63.27%
G = 26.87%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA4F1D (or 0xBA4F1D) is known color: Rust. HEX triplet: BA, 4F and 1D. RGB value is (186,79,29). Sum of RGB (Red+Green+Blue) = 186+79+29=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F1D is #45B0E2. Grayscale: #696969. Windows color (decimal): -4567267 or 1920954. OLE color: 1920954.

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

Color convert

RGB 186 79 29 -
CMYK 0 0.58 0.84 0.27
HSL 19.11º 0.73% 0.42% -
HSV(B) 19.11º 0.84% 0.73% -
XYZ 23.27 16.12 3.05 -
YUV 105.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 186 79 29 0 0.58 0.84 0.27 19.11 0.73 0.42
Hex BA 4F 1D 0 3A 54 1B 13 49 2A
Octal 272 117 35 0 72 124 33 23 111 52
Binary 10111010 1001111 11101 0 111010 1010100 11011 10011 1001001 101010

Color Harmonies of #BA4F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F1D

Black with #BA4F1D

Text Example


Text Example

White with #BA4F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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