Html Css Color HEX #BA4908 Rust

📋 copy color: '#BA4908'

red 186 ◦ green 73 ◦ blue 8

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

Shades of Rust #BA4908

Tints of Rust #BA4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 69.66%
G = 27.34%
B = 3%

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

#BA4908 (or 0xBA4908) is known color: Rust. HEX triplet: BA, 49 and 08. RGB value is (186,73,8). Sum of RGB (Red+Green+Blue) = 186+73+8=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4908 is #45B6F7. Grayscale: #636363. Windows color (decimal): -4568824 or 543162. OLE color: 543162.

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

Color convert

RGB 186 73 8 -
CMYK 0 0.61 0.96 0.27
HSL 21.91º 0.92% 0.38% -
HSV(B) 21.91º 0.96% 0.73% -
XYZ 22.68 15.22 1.97 -
YUV 99.38 76.44 189.79 -
System Red Green Blue C M Y K H S L
Decimal 186 73 8 0 0.61 0.96 0.27 21.91 0.92 0.38
Hex BA 49 8 0 3D 60 1B 16 5C 26
Octal 272 111 10 0 75 140 33 26 134 46
Binary 10111010 1001001 1000 0 111101 1100000 11011 10110 1011100 100110

Color Harmonies of #BA4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4908

Black with #BA4908

Text Example


Text Example

White with #BA4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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