Html Css Color HEX #BA4204 Rust

📋 copy color: '#BA4204'

red 186 ◦ green 66 ◦ blue 4

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

Shades of Rust #BA4204

Tints of Rust #BA4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 72.66%
G = 25.78%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA4204 (or 0xBA4204) is known color: Rust. HEX triplet: BA, 42 and 04. RGB value is (186,66,4). Sum of RGB (Red+Green+Blue) = 186+66+4=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4204 is #45BDFB. Grayscale: #5F5F5F. Windows color (decimal): -4570620 or 279226. OLE color: 279226.

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

Color convert

RGB 186 66 4 -
CMYK 0 0.65 0.98 0.27
HSL 20.44º 0.96% 0.37% -
HSV(B) 20.44º 0.98% 0.73% -
XYZ 22.22 14.34 1.71 -
YUV 94.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 186 66 4 0 0.65 0.98 0.27 20.44 0.96 0.37
Hex BA 42 4 0 41 62 1B 14 60 25
Octal 272 102 4 0 101 142 33 24 140 45
Binary 10111010 1000010 100 0 1000001 1100010 11011 10100 1100000 100101

Color Harmonies of #BA4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4204

Black with #BA4204

Text Example


Text Example

White with #BA4204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4204; }

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

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

background-color css

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

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

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

border-color css

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

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

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