Html Css Color HEX #BA3C00 Rust

📋 copy color: '#BA3C00'

red 186 ◦ green 60 ◦ blue 0

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

Shades of Rust #BA3C00

Tints of Rust #BA3C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.61%
G = 24.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA3C00 (or 0xBA3C00) is known color: Rust. HEX triplet: BA, 3C and 00. RGB value is (186,60,0). Sum of RGB (Red+Green+Blue) = 186+60+0=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C00 is #45C3FF. Grayscale: #5B5B5B. Windows color (decimal): -4572160 or 15546. OLE color: 15546.

HSL color Cylindrical-coordinate representation of color #BA3C00: hue angle of 19.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA3C00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 0 -
CMYK 0 0.68 1 0.27
HSL 19.35º 1% 0.36% -
HSV(B) 19.35º 1% 0.73% -
XYZ 21.87 13.67 1.49 -
YUV 90.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 186 60 0 0 0.68 1 0.27 19.35 1 0.36
Hex BA 3C 0 0 44 64 1B 13 64 24
Octal 272 74 0 0 104 144 33 23 144 44
Binary 10111010 111100 0 0 1000100 1100100 11011 10011 1100100 100100

Color Harmonies of #BA3C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C00

Black with #BA3C00

Text Example


Text Example

White with #BA3C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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