Html Css Color HEX #BA5008 Rust

📋 copy color: '#BA5008'

red 186 ◦ green 80 ◦ blue 8

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

Shades of Rust #BA5008

Tints of Rust #BA5008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 67.88%
G = 29.2%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5008 (or 0xBA5008) is known color: Rust. HEX triplet: BA, 50 and 08. RGB value is (186,80,8). Sum of RGB (Red+Green+Blue) = 186+80+8=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5008 is #45AFF7. Grayscale: #676767. Windows color (decimal): -4567032 or 544954. OLE color: 544954.

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

Color convert

RGB 186 80 8 -
CMYK 0 0.57 0.96 0.27
HSL 24.27º 0.92% 0.38% -
HSV(B) 24.27º 0.96% 0.73% -
XYZ 23.16 16.19 2.13 -
YUV 103.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 186 80 8 0 0.57 0.96 0.27 24.27 0.92 0.38
Hex BA 50 8 0 39 60 1B 18 5C 26
Octal 272 120 10 0 71 140 33 30 134 46
Binary 10111010 1010000 1000 0 111001 1100000 11011 11000 1011100 100110

Color Harmonies of #BA5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5008

Black with #BA5008

Text Example


Text Example

White with #BA5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5008; }

 p { color: rgb(186,80,8); }

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

background-color css

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

 a { background-color: rgb(186,80,8); }

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

border-color css

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

 span { border-color: rgb(186,80,8); }

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