Html Css Color HEX #BA3504 Rust

📋 copy color: '#BA3504'

red 186 ◦ green 53 ◦ blue 4

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

Shades of Rust #BA3504

Tints of Rust #BA3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 76.54%
G = 21.81%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3504 (or 0xBA3504) is known color: Rust. HEX triplet: BA, 35 and 04. RGB value is (186,53,4). Sum of RGB (Red+Green+Blue) = 186+53+4=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3504 is #45CAFB. Grayscale: #575757. Windows color (decimal): -4573948 or 275898. OLE color: 275898.

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

Color convert

RGB 186 53 4 -
CMYK 0 0.72 0.98 0.27
HSL 16.15º 0.96% 0.37% -
HSV(B) 16.15º 0.98% 0.73% -
XYZ 21.54 12.99 1.49 -
YUV 87.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 186 53 4 0 0.72 0.98 0.27 16.15 0.96 0.37
Hex BA 35 4 0 48 62 1B 10 60 25
Octal 272 65 4 0 110 142 33 20 140 45
Binary 10111010 110101 100 0 1001000 1100010 11011 10000 1100000 100101

Color Harmonies of #BA3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3504

Black with #BA3504

Text Example


Text Example

White with #BA3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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