Html Css Color HEX #BA4504 Rust

📋 copy color: '#BA4504'

red 186 ◦ green 69 ◦ blue 4

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

Shades of Rust #BA4504

Tints of Rust #BA4504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 71.81%
G = 26.64%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA4504 (or 0xBA4504) is known color: Rust. HEX triplet: BA, 45 and 04. RGB value is (186,69,4). Sum of RGB (Red+Green+Blue) = 186+69+4=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4504 is #45BAFB. Grayscale: #606060. Windows color (decimal): -4569852 or 279994. OLE color: 279994.

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

Color convert

RGB 186 69 4 -
CMYK 0 0.63 0.98 0.27
HSL 21.43º 0.96% 0.37% -
HSV(B) 21.43º 0.98% 0.73% -
XYZ 22.4 14.7 1.77 -
YUV 96.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 186 69 4 0 0.63 0.98 0.27 21.43 0.96 0.37
Hex BA 45 4 0 3F 62 1B 15 60 25
Octal 272 105 4 0 77 142 33 25 140 45
Binary 10111010 1000101 100 0 111111 1100010 11011 10101 1100000 100101

Color Harmonies of #BA4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4504

Black with #BA4504

Text Example


Text Example

White with #BA4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4504; }

 p { color: rgb(186,69,4); }

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

background-color css

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

 a { background-color: rgb(186,69,4); }

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

border-color css

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

 span { border-color: rgb(186,69,4); }

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