Html Css Color HEX #BA3C03 Rust

📋 copy color: '#BA3C03'

red 186 ◦ green 60 ◦ blue 3

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

Shades of Rust #BA3C03

Tints of Rust #BA3C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

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

R = 74.7%
G = 24.1%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3C03 (or 0xBA3C03) is known color: Rust. HEX triplet: BA, 3C and 03. RGB value is (186,60,3). Sum of RGB (Red+Green+Blue) = 186+60+3=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C03 is #45C3FC. Grayscale: #5B5B5B. Windows color (decimal): -4572157 or 212154. OLE color: 212154.

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

Color convert

RGB 186 60 3 -
CMYK 0 0.68 0.98 0.27
HSL 18.69º 0.97% 0.37% -
HSV(B) 18.69º 0.98% 0.73% -
XYZ 21.88 13.68 1.57 -
YUV 91.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 186 60 3 0 0.68 0.98 0.27 18.69 0.97 0.37
Hex BA 3C 3 0 44 62 1B 13 61 25
Octal 272 74 3 0 104 142 33 23 141 45
Binary 10111010 111100 11 0 1000100 1100010 11011 10011 1100001 100101

Color Harmonies of #BA3C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C03

Black with #BA3C03

Text Example


Text Example

White with #BA3C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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