Html Css Color HEX #BA4F0F Rust

📋 copy color: '#BA4F0F'

red 186 ◦ green 79 ◦ blue 15

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

Shades of Rust #BA4F0F

Tints of Rust #BA4F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 66.43%
G = 28.21%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA4F0F (or 0xBA4F0F) is known color: Rust. HEX triplet: BA, 4F and 0F. RGB value is (186,79,15). Sum of RGB (Red+Green+Blue) = 186+79+15=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4F0F is #45B0F0. Grayscale: #686868. Windows color (decimal): -4567281 or 1003450. OLE color: 1003450.

HSL color Cylindrical-coordinate representation of color #BA4F0F: hue angle of 22.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA4F0F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 15 -
CMYK 0 0.58 0.92 0.27
HSL 22.46º 0.85% 0.39% -
HSV(B) 22.46º 0.92% 0.73% -
XYZ 23.13 16.07 2.33 -
YUV 103.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 186 79 15 0 0.58 0.92 0.27 22.46 0.85 0.39
Hex BA 4F F 0 3A 5C 1B 16 55 27
Octal 272 117 17 0 72 134 33 26 125 47
Binary 10111010 1001111 1111 0 111010 1011100 11011 10110 1010101 100111

Color Harmonies of #BA4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F0F

Black with #BA4F0F

Text Example


Text Example

White with #BA4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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