Html Css Color HEX #BA3204 Rust

📋 copy color: '#BA3204'

red 186 ◦ green 50 ◦ blue 4

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

Shades of Rust #BA3204

Tints of Rust #BA3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 77.5%
G = 20.83%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3204 (or 0xBA3204) is known color: Rust. HEX triplet: BA, 32 and 04. RGB value is (186,50,4). Sum of RGB (Red+Green+Blue) = 186+50+4=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3204 is #45CDFB. Grayscale: #555555. Windows color (decimal): -4574716 or 275130. OLE color: 275130.

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

Color convert

RGB 186 50 4 -
CMYK 0 0.73 0.98 0.27
HSL 15.16º 0.96% 0.37% -
HSV(B) 15.16º 0.98% 0.73% -
XYZ 21.41 12.73 1.44 -
YUV 85.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 186 50 4 0 0.73 0.98 0.27 15.16 0.96 0.37
Hex BA 32 4 0 49 62 1B F 60 25
Octal 272 62 4 0 111 142 33 17 140 45
Binary 10111010 110010 100 0 1001001 1100010 11011 1111 1100000 100101

Color Harmonies of #BA3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3204

Black with #BA3204

Text Example


Text Example

White with #BA3204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3204; }

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

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

background-color css

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

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

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

border-color css

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

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

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