Html Css Color HEX #BA3503 Rust

📋 copy color: '#BA3503'

red 186 ◦ green 53 ◦ blue 3

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

Shades of Rust #BA3503

Tints of Rust #BA3503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 76.86%
G = 21.9%
B = 1.24%

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

#BA3503 (or 0xBA3503) is known color: Rust. HEX triplet: BA, 35 and 03. RGB value is (186,53,3). Sum of RGB (Red+Green+Blue) = 186+53+3=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3503 is #45CAFC. Grayscale: #575757. Windows color (decimal): -4573949 or 210362. OLE color: 210362.

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

Color convert

RGB 186 53 3 -
CMYK 0 0.72 0.98 0.27
HSL 16.39º 0.97% 0.37% -
HSV(B) 16.39º 0.98% 0.73% -
XYZ 21.54 12.99 1.46 -
YUV 87.07 80.56 198.57 -
System Red Green Blue C M Y K H S L
Decimal 186 53 3 0 0.72 0.98 0.27 16.39 0.97 0.37
Hex BA 35 3 0 48 62 1B 10 61 25
Octal 272 65 3 0 110 142 33 20 141 45
Binary 10111010 110101 11 0 1001000 1100010 11011 10000 1100001 100101

Color Harmonies of #BA3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3503

Black with #BA3503

Text Example


Text Example

White with #BA3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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