Html Css Color HEX #BA4808 Rust

📋 copy color: '#BA4808'

red 186 ◦ green 72 ◦ blue 8

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

Shades of Rust #BA4808

Tints of Rust #BA4808

RGB

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

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

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

R = 69.92%
G = 27.07%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4808 (or 0xBA4808) is known color: Rust. HEX triplet: BA, 48 and 08. RGB value is (186,72,8). Sum of RGB (Red+Green+Blue) = 186+72+8=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4808 is #45B7F7. Grayscale: #636363. Windows color (decimal): -4569080 or 542906. OLE color: 542906.

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

Color convert

RGB 186 72 8 -
CMYK 0 0.61 0.96 0.27
HSL 21.57º 0.92% 0.38% -
HSV(B) 21.57º 0.96% 0.73% -
XYZ 22.61 15.09 1.95 -
YUV 98.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 186 72 8 0 0.61 0.96 0.27 21.57 0.92 0.38
Hex BA 48 8 0 3D 60 1B 16 5C 26
Octal 272 110 10 0 75 140 33 26 134 46
Binary 10111010 1001000 1000 0 111101 1100000 11011 10110 1011100 100110

Color Harmonies of #BA4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4808

Black with #BA4808

Text Example


Text Example

White with #BA4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4808; }

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

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

background-color css

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

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

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

border-color css

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

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

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