Html Css Color HEX #BA480E Rust

📋 copy color: '#BA480E'

red 186 ◦ green 72 ◦ blue 14

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

Shades of Rust #BA480E

Tints of Rust #BA480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 68.38%
G = 26.47%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA480E (or 0xBA480E) is known color: Rust. HEX triplet: BA, 48 and 0E. RGB value is (186,72,14). Sum of RGB (Red+Green+Blue) = 186+72+14=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA480E is #45B7F1. Grayscale: #636363. Windows color (decimal): -4569074 or 936122. OLE color: 936122.

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

Color convert

RGB 186 72 14 -
CMYK 0 0.61 0.92 0.27
HSL 20.23º 0.86% 0.39% -
HSV(B) 20.23º 0.92% 0.73% -
XYZ 22.65 15.11 2.14 -
YUV 99.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 186 72 14 0 0.61 0.92 0.27 20.23 0.86 0.39
Hex BA 48 E 0 3D 5C 1B 14 56 27
Octal 272 110 16 0 75 134 33 24 126 47
Binary 10111010 1001000 1110 0 111101 1011100 11011 10100 1010110 100111

Color Harmonies of #BA480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA480E

Black with #BA480E

Text Example


Text Example

White with #BA480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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