Html Css Color HEX #BA481F Rust

📋 copy color: '#BA481F'

red 186 ◦ green 72 ◦ blue 31

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

Shades of Rust #BA481F

Tints of Rust #BA481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

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

R = 64.36%
G = 24.91%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA481F (or 0xBA481F) is known color: Rust. HEX triplet: BA, 48 and 1F. RGB value is (186,72,31). Sum of RGB (Red+Green+Blue) = 186+72+31=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA481F is #45B7E0. Grayscale: #656565. Windows color (decimal): -4569057 or 2050234. OLE color: 2050234.

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

Color convert

RGB 186 72 31 -
CMYK 0 0.61 0.83 0.27
HSL 15.87º 0.71% 0.43% -
HSV(B) 15.87º 0.83% 0.73% -
XYZ 22.81 15.17 3.02 -
YUV 101.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 186 72 31 0 0.61 0.83 0.27 15.87 0.71 0.43
Hex BA 48 1F 0 3D 53 1B 10 47 2B
Octal 272 110 37 0 75 123 33 20 107 53
Binary 10111010 1001000 11111 0 111101 1010011 11011 10000 1000111 101011

Color Harmonies of #BA481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA481F

Black with #BA481F

Text Example


Text Example

White with #BA481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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